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

Class

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

Source from the content-addressed store, hash-verified

7160 * UNWIND $list AS elem
7161 */
7162export class UnwindStep extends Step<UnwindStepConfig> {
7163 public get name() {
7164 return "Unwind";
7165 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected