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

Class

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

Source from the content-addressed store, hash-verified

5439 * with the element bound to the iteration variable.
5440 */
5441export class ForeachStep<const TSteps extends readonly Step<any>[]> extends ContainerStep<
5442 TSteps,
5443 ForeachStepConfig
5444> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected