()
| 438 | } |
| 439 | |
| 440 | private invalidate(): void { |
| 441 | for (const entry of this.cache.values()) { |
| 442 | entry.dirty = true |
| 443 | } |
| 444 | } |
| 445 | |
| 446 | private stopWatching(): void { |
| 447 | for (const path of this.watchedPaths) { |
no outgoing calls
no test coverage detected