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

Function extractBaseBlockId

apps/sim/executor/utils/subflow-utils.ts:62–64  ·  view source on GitHub ↗
(branchNodeId: string)

Source from the content-addressed store, hash-verified

60}
61
62export function extractBaseBlockId(branchNodeId: string): string {
63 return SubflowNodeIdCodec.extractBaseBlockId(branchNodeId)
64}
65
66export function extractBranchIndex(branchNodeId: string): number | null {
67 return SubflowNodeIdCodec.extractBranchIndex(branchNodeId)

Callers 7

collectBlockDataFunction · 0.90
storeLoopNodeOutputMethod · 0.90
executeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected