(loopId: string)
| 13 | * Builds the loop sentinel-start node ID for a container. |
| 14 | */ |
| 15 | export function buildSentinelStartId(loopId: string): string { |
| 16 | return SubflowNodeIdCodec.buildLoopSentinelStartId(loopId) |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Builds the loop sentinel-end node ID for a container. |
no outgoing calls
no test coverage detected