pub fn incoming_calls<'a>(
index: &'a ProjectIndex,
key: &SymbolKey,
) -> Vec<CallRelation<'a>>Expand description
v0.34 (ADR 0067): callHierarchy/incomingCalls — the callers of key,
each with the call sites at which it calls key.
pub fn incoming_calls<'a>(
index: &'a ProjectIndex,
key: &SymbolKey,
) -> Vec<CallRelation<'a>>v0.34 (ADR 0067): callHierarchy/incomingCalls — the callers of key,
each with the call sites at which it calls key.