(id: string)
| 12 | } |
| 13 | |
| 14 | function extractBranchSuffix(id: string): string { |
| 15 | return SubflowNodeIdCodec.extractBranchSuffix(id) |
| 16 | } |
| 17 | |
| 18 | function extractLoopSuffix(id: string): string { |
| 19 | return SubflowNodeIdCodec.extractLoopSuffix(id) |
no outgoing calls
no test coverage detected