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

Method intersectTraverser

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

Source from the content-addressed store, hash-verified

4337 }
4338
4339 protected get intersectTraverser() {
4340 if (this.#intersectTraverser === undefined) {
4341 return (this.#intersectTraverser = createTraverser(this.steps));
4342 }
4343 return this.#intersectTraverser;
4344 }
4345
4346 public *traverse(
4347 source: GraphSource<any>,

Callers

nothing calls this directly

Calls 1

createTraverserFunction · 0.85

Tested by

no test coverage detected