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

Method unionTraverser

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

Source from the content-addressed store, hash-verified

4035 }
4036
4037 protected get unionTraverser() {
4038 if (this.#unionTraverser === undefined) {
4039 return (this.#unionTraverser = createTraverser(this.steps));
4040 }
4041 return this.#unionTraverser;
4042 }
4043
4044 public *traverse(
4045 source: GraphSource<any>,

Callers

nothing calls this directly

Calls 1

createTraverserFunction · 0.85

Tested by

no test coverage detected