Skip to main content

get_callees

Function get_callees 

Source
pub fn get_callees(
    project: &ProjectRoot,
    function_name: &str,
    file_path: Option<&str>,
    max_results: usize,
) -> Result<Vec<CalleeEntry>>
Expand description

Find all functions called by function_name (optionally restricted to a file). Callee names are resolved to their definition files via the 6-stage cascade.