Skip to main content

run_callees

Function run_callees 

Source
pub fn run_callees(
    target: &str,
    scope: &Path,
    budget_tokens: Option<u64>,
    cache: &OutlineCache,
    depth: Option<usize>,
    detailed: bool,
    filter: Option<&str>,
) -> Result<String, SrcwalkError>
Expand description

Show what a symbol calls (forward call graph).