(branchNodeId: string)
| 64 | } |
| 65 | |
| 66 | export function extractBranchIndex(branchNodeId: string): number | null { |
| 67 | return SubflowNodeIdCodec.extractBranchIndex(branchNodeId) |
| 68 | } |
| 69 | |
| 70 | export function isBranchNodeId(nodeId: string): boolean { |
| 71 | return SubflowNodeIdCodec.isBranchNodeId(nodeId) |
no outgoing calls
no test coverage detected