Skip to main content

render_analysis_tree

Function render_analysis_tree 

Source
pub fn render_analysis_tree(export: &ExportData) -> String
Expand description

Render the analysis tree used by analysis.tree.

Behavior:

  • Includes only FileKind::Parent rows.
  • Includes file leaves.
  • Emits (lines, tokens) for each node.
  • Orders siblings lexicographically for deterministic output.