pub fn count_tree_tokens( tree: &BTreeMap<String, FileNode>, depth: usize, ) -> usize
Counts the tokens that would be generated for the entire file tree section