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

Class

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

Source from the content-addressed store, hash-verified

332 * A step in a graph traversal.
333 */
334export abstract class Step<const TConfig extends StepConfig> {
335 /**
336 * The name of the step.
337 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected