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