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

Method traversers

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

Source from the content-addressed store, hash-verified

4262 }
4263
4264 protected get traversers(): Traverser[] {
4265 if (this.#traversers === undefined) {
4266 this.#traversers = this.#statements.map((steps) => createTraverser(steps));
4267 }
4268 return this.#traversers;
4269 }
4270
4271 public *traverse(
4272 source: GraphSource<any>,

Callers

nothing calls this directly

Calls 2

createTraverserFunction · 0.85
mapMethod · 0.45

Tested by

no test coverage detected