MCPcopy
hub / github.com/webpack/webpack / clearModuleGraphForModule

Method clearModuleGraphForModule

lib/ModuleGraph.js:1080–1082  ·  lib/ModuleGraph.js::ModuleGraph.clearModuleGraphForModule

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

(module)

Source from the content-addressed store, hash-verified

1078 * @returns {void}
1079 */
1080 static clearModuleGraphForModule(module) {
1081 moduleGraphForModuleMap.delete(module);
1082 }
1083}
1084
1085class="cm">// TODO remove in webpack 6

Callers 3

cleanupForCacheMethod · 0.80
integrateMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected