MCPcopy Index your code
hub / github.com/simstudioai/sim / extractLoopSuffix

Function extractLoopSuffix

apps/sim/executor/execution/state.ts:18–20  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

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

Callers 2

getBlockOutputMethod · 0.70
getScopedBlockOutputMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected