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

Function stripCloneSuffixes

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

Source from the content-addressed store, hash-verified

89 * from a node ID, returning the original workflow-level block ID.
90 */
91export function stripCloneSuffixes(nodeId: string): string {
92 return SubflowNodeIdCodec.stripCloneSuffixes(nodeId)
93}
94
95/**
96 * Builds a stable ID for an output scoped to a global outer parallel branch.

Callers 11

resolveContainerNameFunction · 0.90
onBlockCompletedFunction · 0.90
onBlockErrorFunction · 0.90
executeFromBlockMethod · 0.90
getScopedBlockOutputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected