[][src]Function rust_code_analysis::count

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

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