Skip to main content

get_callers

Function get_callers 

Source
pub fn get_callers(
    project: &ProjectRoot,
    function_name: &str,
    max_results: usize,
) -> Result<Vec<CallerEntry>>
Expand description

Find all functions that call function_name across the project. Edges are resolved via the 6-stage confidence cascade when an import graph is available.