paralegal_compiler::common

Function count_references_to_variable

Source
pub fn count_references_to_variable(
    variable: &String,
    body: &ASTNodeType,
    count: &mut u16,
)