(id: string)
| 16 | } |
| 17 | |
| 18 | function extractLoopSuffix(id: string): string { |
| 19 | return SubflowNodeIdCodec.extractLoopSuffix(id) |
| 20 | } |
| 21 | export interface LoopScope { |
| 22 | iteration: number |
| 23 | currentIterationOutputs: Map<string, NormalizedBlockOutput> |
no outgoing calls
no test coverage detected