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

Class

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

Source from the content-addressed store, hash-verified

87}
88
89export class Traverser {
90 public previous: Traverser | undefined;
91 public next: Traverser | undefined;
92 #step: Step<any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected