(clonedId: string)
| 77 | * Returns undefined if the ID is not a clone. |
| 78 | */ |
| 79 | export function extractOuterBranchIndex(clonedId: string): number | undefined { |
| 80 | return SubflowNodeIdCodec.extractOuterBranchIndex(clonedId) |
| 81 | } |
| 82 | |
| 83 | export function extractInnermostOuterBranchIndex(clonedId: string): number | undefined { |
| 84 | return SubflowNodeIdCodec.extractInnermostOuterBranchIndex(clonedId) |
no outgoing calls
no test coverage detected