tree_sitter::ffi

Function ts_node_first_child_for_byte

Source
pub unsafe extern "C" fn ts_node_first_child_for_byte(
    self_: TSNode,
    byte: u32,
) -> TSNode
Expand description

Get the node’s first child that extends beyond the given byte offset.