MCPcopy
hub / github.com/webpack/webpack / clearChunkGraphForModule

Method clearChunkGraphForModule

lib/ChunkGraph.js:2026–2028  ·  view source on GitHub ↗

* Clear chunk graph for module. * @deprecated * @param {Module} module the module * @returns {void}

(module)

Source from the content-addressed store, hash-verified

2024 * @returns {void}
2025 */
2026 static clearChunkGraphForModule(module) {
2027 chunkGraphForModuleMap.delete(module);
2028 }
2029
2030 /**
2031 * Gets chunk graph for chunk.

Callers 3

cleanupForCacheMethod · 0.80
integrateMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected