Skip to main content

resolved_callers_of

Function resolved_callers_of 

Source
pub fn resolved_callers_of(
    store: &dyn GraphStore,
    defining_path: &str,
    name: &str,
) -> Vec<String>
Expand description

Enclosing functions that call the name defined at defining_path — the precision refinement of GraphStore::callers_of, which returns callers of any same-named symbol. Sorted and deduped.