Function tree_sitter::ffi::ts_node_named_child
source · pub unsafe extern "C" fn ts_node_named_child(
self_: TSNode,
child_index: u32
) -> TSNode
Expand description
Get the node’s named child at the given index.
See also ts_node_is_named
.