()
| 58 | } |
| 59 | |
| 60 | private cachedRebuild(): void { |
| 61 | this.calculateBackEdgeNumbers(); |
| 62 | } |
| 63 | |
| 64 | private initNodes(): [Array<GraphNode>, Array<GraphNode>] { |
| 65 | // First determine the set of nodes that have no outputs. Those are the |
no test coverage detected