pub fn format_focused_summary(
graph: &CallGraph,
symbol: &str,
follow_depth: u32,
base_path: Option<&Path>,
) -> Result<String, FormatterError>Expand description
Format a compact summary of focused symbol analysis. Used when output would exceed the size threshold or when explicitly requested.