Function rust_code_analysis::count[][src]

pub fn count<T: ParserTrait>(parser: &T, filters: &[String]) -> (usize, usize)

Counts the types of nodes specified in the input slice and the number of nodes in a code.