pub unsafe extern "C" fn ts_node_named_descendant_for_byte_range(
self_: TSNode,
start: u32,
end: u32,
) -> TSNode
Expand description
Get the smallest named node within this node that spans the given range of bytes or (row, column) positions.