count_tree_tokens

Function count_tree_tokens 

Source
pub fn count_tree_tokens(
    tree: &BTreeMap<String, FileNode>,
    depth: usize,
) -> usize
Expand description

Counts the tokens that would be generated for the entire file tree section