(sentinelId: string)
| 44 | } |
| 45 | |
| 46 | export function extractLoopIdFromSentinel(sentinelId: string): string | null { |
| 47 | return SubflowNodeIdCodec.extractLoopIdFromSentinel(sentinelId) |
| 48 | } |
| 49 | |
| 50 | export function extractParallelIdFromSentinel(sentinelId: string): string | null { |
| 51 | return SubflowNodeIdCodec.extractParallelIdFromSentinel(sentinelId) |
no outgoing calls
no test coverage detected