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

Function extractOuterBranchIndex

apps/sim/executor/utils/subflow-utils.ts:79–81  ·  view source on GitHub ↗
(clonedId: string)

Source from the content-addressed store, hash-verified

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

Callers 8

getBlockOutputMethod · 0.90
resolveInternalMethod · 0.90
resolveBranchIndexMethod · 0.90
resolveInternalMethod · 0.90
setNodeOutputMethod · 0.90
getBlockOutputMethod · 0.90
getScopedBlockOutputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected