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

Method repeatTraverser

packages/graph/src/Steps.ts:3655–3660  ·  view source on GitHub ↗

* The traverser to repeat.

()

Source from the content-addressed store, hash-verified

3653 * The traverser to repeat.
3654 */
3655 protected get repeatTraverser() {
3656 if (this.#repeatTraverser === undefined) {
3657 return (this.#repeatTraverser = createTraverser(this.steps));
3658 }
3659 return this.#repeatTraverser;
3660 }
3661
3662 /**
3663 * The traverser that will stop the repeat when matched.

Callers

nothing calls this directly

Calls 1

createTraverserFunction · 0.85

Tested by

no test coverage detected