find_queryable_nodes

Function find_queryable_nodes 

Source
pub fn find_queryable_nodes(
    dir: &str,
    matches: &mut HashSet<VisitableNode>,
    path_callback: impl Fn(&PathBuf) + Copy,
)
Expand description

Find types that are queryable (have #[visit], #[visit(self)], or #[visit(all)] - not skip/children)

Queryable nodes are those that get a NodeId and can be matched by selectors.