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

Class

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

Source from the content-addressed store, hash-verified

5806 * 3. Add/merge properties: n += {props}
5807 */
5808export class SetStep extends Step<SetStepConfig> {
5809 public get name() {
5810 return "Set";
5811 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected