pub fn render_analysis_tree(export: &ExportData) -> StringExpand description
Render the analysis tree used by analysis.tree.
Behavior:
- Includes only
FileKind::Parentrows. - Includes file leaves.
- Emits
(lines, tokens)for each node. - Orders siblings lexicographically for deterministic output.