Function tree_sitter::ffi::ts_node_child_with_descendant
source · pub unsafe extern "C" fn ts_node_child_with_descendant(
self_: TSNode,
descendant: TSNode
) -> TSNodeExpand description
Get the node that contains descendant.
Note that this can return descendant itself.