MCPcopy Index your code
hub / github.com/simstudioai/sim / isBranchNodeId

Function isBranchNodeId

apps/sim/executor/utils/subflow-utils.ts:70–72  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

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

Callers 2

collectBlockDataFunction · 0.90
executeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected