Function tree_sitter::ffi::ts_node_child_containing_descendant
source · pub unsafe extern "C" fn ts_node_child_containing_descendant(
self_: TSNode,
descendant: TSNode
) -> TSNode
Expand description
Get the node’s child that contains descendant
.