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

Class

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

Source from the content-addressed store, hash-verified

552 * like CREATE or MERGE that require at least one input path.
553 */
554export class StartStep extends Step<StartStepConfig> {
555 public get name() {
556 return "Start";
557 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected