Function code_graph::fetch_calls

source ยท
pub fn fetch_calls(
    path: &str,
    code: &str,
    symbol_query: Box<dyn SymbolQuery>,
) -> Vec<CodeNode>