lib/src/tree_cursor.c [102:109]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bool did_descend; do { did_descend = false; bool visible; TreeCursorEntry entry; CursorChildIterator iterator = ts_tree_cursor_iterate_children(self); while (ts_tree_cursor_child_iterator_next(&iterator, &entry, &visible)) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lib/src/tree_cursor.c [131:138]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bool did_descend; do { did_descend = false; bool visible; TreeCursorEntry entry; CursorChildIterator iterator = ts_tree_cursor_iterate_children(self); while (ts_tree_cursor_child_iterator_next(&iterator, &entry, &visible)) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -