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

Method hasActivatedEdge

apps/sim/executor/execution/edge-manager.ts:137–139  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

135 }
136
137 hasActivatedEdge(nodeId: string): boolean {
138 return this.nodesWithActivatedEdge.has(nodeId)
139 }
140
141 restoreDeactivatedEdges(edgeKeys?: string[], activatedNodeIds?: string[]): void {
142 this.deactivatedEdges = new Set(

Callers 2

initializeQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected