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

Function buildSentinelEndId

apps/sim/executor/utils/subflow-utils.ts:22–24  ·  view source on GitHub ↗
(loopId: string)

Source from the content-addressed store, hash-verified

20 * Builds the loop sentinel-end node ID for a container.
21 */
22export function buildSentinelEndId(loopId: string): string {
23 return SubflowNodeIdCodec.buildLoopSentinelEndId(loopId)
24}
25
26export function buildParallelSentinelStartId(parallelId: string): string {
27 return SubflowNodeIdCodec.buildParallelSentinelStartId(parallelId)

Callers 15

executeWorkflowCoreFunction · 0.90
cloneSubflowGraphMethod · 0.90
parallel.test.tsFile · 0.90
collectSubflowNodeIdsMethod · 0.90
collectAllLoopNodeIdsMethod · 0.90
createSentinelPairMethod · 0.90
wireRegularEdgesMethod · 0.90
wireLoopSentinelsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected