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

Class

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

Source from the content-addressed store, hash-verified

3639const DEFAULT_MAX_COLLECTION_SIZE = 100000;
3640
3641export class RepeatStep<TSteps extends readonly Step<any>[]> extends ContainerStep<
3642 TSteps,
3643 RepeatStepConfig
3644> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected