(nodeId: string)
| 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( |
no outgoing calls
no test coverage detected