Skip to main content

get_node_by_path

Function get_node_by_path 

Source
pub fn get_node_by_path<G: CodeGraph>(
    graph: &G,
    n_id: NodeId,
    path: &[&str],
) -> Option<NodeId>