Skip to main content

find_node_at_range

Function find_node_at_range 

Source
pub fn find_node_at_range(node: &Node, range: (usize, usize)) -> Option<&Node>
Expand description

Find the most specific node covering the provided byte range.