()
| 995 | } |
| 996 | |
| 997 | cleanupForCache() { |
| 998 | for (const module of this._restoredUnsafeCacheEntries) { |
| 999 | ChunkGraph.clearChunkGraphForModule(module); |
| 1000 | ModuleGraph.clearModuleGraphForModule(module); |
| 1001 | module.cleanupForCache(); |
| 1002 | } |
| 1003 | } |
| 1004 | |
| 1005 | /** |
| 1006 | * Processes the provided data. |
nothing calls this directly
no test coverage detected