(nodeId: string)
| 68 | } |
| 69 | |
| 70 | export function isBranchNodeId(nodeId: string): boolean { |
| 71 | return SubflowNodeIdCodec.isBranchNodeId(nodeId) |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Extracts the outer branch index from a cloned subflow ID. |
no outgoing calls
no test coverage detected