(edge)
| 129 | } |
| 130 | |
| 131 | #trackEdge (edge) { |
| 132 | if (edge.from && this.#filterSet?.size > 0 && !this.#filterSet.has(edge.from.target)) { |
| 133 | return |
| 134 | } |
| 135 | this.#edges.add(edge) |
| 136 | } |
| 137 | |
| 138 | #getWorkspacesEdges () { |
| 139 | if (this.npm.global) { |
no test coverage detected