MCPcopy
hub / github.com/webpack/webpack / cleanupForCache

Method cleanupForCache

lib/NormalModuleFactory.js:997–1003  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected