Function tree_sitter::ffi::ts_tree_cursor_goto_next_sibling
source · pub unsafe extern "C" fn ts_tree_cursor_goto_next_sibling(
self_: *mut TSTreeCursor
) -> boolExpand description
Move the cursor to the next sibling of its current node.
This returns true if the cursor successfully moved, and returns false
if there was no next sibling node.
Note that the node the cursor was constructed with is considered the root of the cursor, and the cursor cannot walk outside this node.