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).