MCPcopy Create free account
hub / github.com/codemix/graph / matchTraverser

Method matchTraverser

packages/graph/src/Steps.ts:4417–4422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4415 }
4416
4417 protected get matchTraverser() {
4418 if (this.#matchTraverser === undefined) {
4419 return (this.#matchTraverser = createTraverser(this.steps));
4420 }
4421 return this.#matchTraverser;
4422 }
4423
4424 public *traverse(
4425 source: GraphSource<any>,

Callers

nothing calls this directly

Calls 1

createTraverserFunction · 0.85

Tested by

no test coverage detected