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

Function extractLoopIdFromSentinel

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

Source from the content-addressed store, hash-verified

44}
45
46export function extractLoopIdFromSentinel(sentinelId: string): string | null {
47 return SubflowNodeIdCodec.extractLoopIdFromSentinel(sentinelId)
48}
49
50export function extractParallelIdFromSentinel(sentinelId: string): string | null {
51 return SubflowNodeIdCodec.extractParallelIdFromSentinel(sentinelId)

Callers 2

executeFromBlockMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected