pub unsafe extern "C" fn ts_node_named_child_count(
self_: TSNode,
) -> u32
Expand description
Get the node’s number of named children.
See also ts_node_is_named
.
pub unsafe extern "C" fn ts_node_named_child_count(
self_: TSNode,
) -> u32
Get the node’s number of named children.
See also ts_node_is_named
.