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

Function normalizeLookupId

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

Source from the content-addressed store, hash-verified

8} from '@/executor/utils/subflow-utils'
9
10function normalizeLookupId(id: string): string {
11 return SubflowNodeIdCodec.normalizeLookupId(id)
12}
13
14function extractBranchSuffix(id: string): string {
15 return SubflowNodeIdCodec.extractBranchSuffix(id)

Callers 1

getBlockOutputMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected