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

Function buildSentinelStartId

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

Source from the content-addressed store, hash-verified

13 * Builds the loop sentinel-start node ID for a container.
14 */
15export function buildSentinelStartId(loopId: string): string {
16 return SubflowNodeIdCodec.buildLoopSentinelStartId(loopId)
17}
18
19/**
20 * Builds the loop sentinel-end node ID for a container.

Callers 15

cloneSubflowGraphMethod · 0.90
parallel.test.tsFile · 0.90
collectSubflowNodeIdsMethod · 0.90
initializeLoopScopeMethod · 0.90
collectAllLoopNodeIdsMethod · 0.90
validateSubflowMethod · 0.90
createSentinelPairMethod · 0.90
wireRegularEdgesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected