pub fn format_focused( graph: &CallGraph, symbol: &str, follow_depth: u32, base_path: Option<&Path>, ) -> Result<String, FormatterError>
Format focused symbol analysis with call graph.