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

Method traversers

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

Source from the content-addressed store, hash-verified

4107 }
4108
4109 protected get traversers(): Traverser[] {
4110 if (this.#traversers === undefined) {
4111 this.#traversers = this.#branches.map((steps) => createTraverser(steps));
4112 }
4113 return this.#traversers;
4114 }
4115
4116 public *traverse(
4117 source: GraphSource<any>,

Callers

nothing calls this directly

Calls 2

createTraverserFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected