Skip to main content

find_node_by_id

Function find_node_by_id 

Source
pub fn find_node_by_id<'a>(
    sources: &'a Value,
    target_id: u64,
) -> Option<&'a Value>
Expand description

Find the raw AST node with the given id by walking all sources.