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

Function buildOuterBranchScopedId

apps/sim/executor/utils/subflow-utils.ts:98–100  ·  view source on GitHub ↗
(originalId: string, branchIndex: number)

Source from the content-addressed store, hash-verified

96 * Builds a stable ID for an output scoped to a global outer parallel branch.
97 */
98export function buildOuterBranchScopedId(originalId: string, branchIndex: number): string {
99 return SubflowNodeIdCodec.buildOuterBranchScopedId(originalId, branchIndex)
100}
101
102/**
103 * Builds a cloned subflow ID from an original ID and outer branch index.

Callers 3

setNodeOutputMethod · 0.90
getBlockOutputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected