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

Function stripOuterBranchSuffix

apps/sim/executor/utils/subflow-utils.ts:113–115  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

111 * returning the original workflow-level subflow ID.
112 */
113export function stripOuterBranchSuffix(id: string): string {
114 return SubflowNodeIdCodec.stripOuterBranchSuffix(id)
115}
116
117/**
118 * Finds the effective (possibly cloned) container ID for a subflow,

Callers 8

resolveInternalMethod · 0.90
resolveBranchIndexMethod · 0.90
isForEachLoopMethod · 0.90
executeFromBlockMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected