pub fn traverse_build(
    graph: &mut IncludeNodeGraph,
    working_dir: &Path,
    include_file: &Path,
    level: IncludeNodeLevel
) -> NodeIndex
Expand description

Traverse the graph in order to construct the structure and meta data.