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

Function normalizeNodeId

apps/sim/executor/utils/subflow-utils.ts:142–144  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

140}
141
142export function normalizeNodeId(nodeId: string): string {
143 return SubflowNodeIdCodec.normalizeNodeId(nodeId)
144}
145
146type SubflowContainerType = 'loop' | 'parallel'
147

Callers 4

validateSubflowMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected