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

Class

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

Source from the content-addressed store, hash-verified

4530export interface UnfoldStepConfig extends StepConfig {}
4531
4532export class UnfoldStep extends Step<UnfoldStepConfig> {
4533 public get name() {
4534 return "Unfold";
4535 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected