MCPcopy
hub / github.com/webpack/webpack / unfreeze

Method unfreeze

lib/ModuleGraph.js:969–972  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967 }
968
969 unfreeze() {
970 this._cache = undefined;
971 this._cacheStage = undefined;
972 }
973
974 /**
975 * Returns computed value or cached.

Callers 4

_rebuildModuleMethod · 0.80
finishMethod · 0.80
unsealMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected