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

Function extractParallelIdFromSentinel

apps/sim/executor/utils/subflow-utils.ts:50–52  ·  view source on GitHub ↗
(sentinelId: string)

Source from the content-addressed store, hash-verified

48}
49
50export function extractParallelIdFromSentinel(sentinelId: string): string | null {
51 return SubflowNodeIdCodec.extractParallelIdFromSentinel(sentinelId)
52}
53
54/**
55 * Build branch node ID with subscript notation

Callers 2

executeFromBlockMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected