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

Function buildParallelSentinelEndId

apps/sim/executor/utils/subflow-utils.ts:30–32  ·  view source on GitHub ↗
(parallelId: string)

Source from the content-addressed store, hash-verified

28}
29
30export function buildParallelSentinelEndId(parallelId: string): string {
31 return SubflowNodeIdCodec.buildParallelSentinelEndId(parallelId)
32}
33
34export function isLoopSentinelNodeId(nodeId: string): boolean {
35 return SubflowNodeIdCodec.isLoopSentinelNodeId(nodeId)

Calls

no outgoing calls

Tested by

no test coverage detected