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

Class

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

Source from the content-addressed store, hash-verified

6007 * Note: This step requires a Graph instance (not just GraphSource) since it performs mutations.
6008 */
6009export class CreateStep extends Step<CreateStepConfig> {
6010 public get name() {
6011 return "Create";
6012 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected