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

Function buildParallelSentinelStartId

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

Source from the content-addressed store, hash-verified

24}
25
26export function buildParallelSentinelStartId(parallelId: string): string {
27 return SubflowNodeIdCodec.buildParallelSentinelStartId(parallelId)
28}
29
30export function buildParallelSentinelEndId(parallelId: string): string {
31 return SubflowNodeIdCodec.buildParallelSentinelEndId(parallelId)

Calls

no outgoing calls

Tested by

no test coverage detected