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

Function extractBranchSuffix

apps/sim/executor/execution/state.ts:14–16  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

12}
13
14function extractBranchSuffix(id: string): string {
15 return SubflowNodeIdCodec.extractBranchSuffix(id)
16}
17
18function extractLoopSuffix(id: string): string {
19 return SubflowNodeIdCodec.extractLoopSuffix(id)

Callers 2

getBlockOutputMethod · 0.70
getScopedBlockOutputMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected