Function rust_code_analysis::count

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

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