Skip to main content

incoming_calls

Function incoming_calls 

Source
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.