walkCursor method

TreeSitterTreeCursor walkCursor()

Implementation

TreeSitterTreeCursor walkCursor() {
  _checkNotDisposed();
  return rootNode.walkCursor();
}