pub fn format_focused(
graph: &CallGraph,
symbol: &str,
follow_depth: u32,
base_path: Option<&Path>,
) -> Result<String, FormatterError>Expand description
Format focused symbol analysis with call graph. Public wrapper that computes chains if not provided.