MCPcopy Create free account
hub / github.com/constructive-io/pgsql-parser / walk

Function walk

packages/plpgsql-parser/src/traverse.ts:140–648  ·  view source on GitHub ↗
(
  root: any,
  callback: PLpgSQLWalker | PLpgSQLVisitor,
  options: WalkOptions = {},
  parent: PLpgSQLNodePath | null = null,
  keyPath: readonly (string | number)[] = [],
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

walkNodeChildrenFunction · 0.90
walkParsedScriptFunction · 0.90
traverse.test.tsFile · 0.90

Calls 1

walkNodeChildrenFunction · 0.85

Tested by

no test coverage detected