pub fn outgoing_calls<'a>(
index: &'a ProjectIndex,
key: &SymbolKey,
) -> Vec<CallRelation<'a>>Expand description
v0.34 (ADR 0067): callHierarchy/outgoingCalls — what key calls, each
with the call sites within key at which the callee is called.