| 3639 | const DEFAULT_MAX_COLLECTION_SIZE = 100000; |
| 3640 | |
| 3641 | export class RepeatStep<TSteps extends readonly Step<any>[]> extends ContainerStep< |
| 3642 | TSteps, |
| 3643 | RepeatStepConfig |
| 3644 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected