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

Class

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

Source from the content-addressed store, hash-verified

4564export interface ValuesStepConfig extends StepConfig {}
4565
4566export class ValuesStep extends Step<ValuesStepConfig> {
4567 public get name() {
4568 return "Values";
4569 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected