MCPcopy
hub / github.com/webpack/webpack / restoreFromUnsafeCache

Method restoreFromUnsafeCache

lib/NormalModule.js:1065–1067  ·  view source on GitHub ↗

* restore unsafe cache data * @param {UnsafeCacheData} unsafeCacheData data from getUnsafeCacheData * @param {NormalModuleFactory} normalModuleFactory the normal module factory handling the unsafe caching

(unsafeCacheData, normalModuleFactory)

Source from the content-addressed store, hash-verified

1063 * @param {NormalModuleFactory} normalModuleFactory the normal module factory handling the unsafe caching
1064 */
1065 restoreFromUnsafeCache(unsafeCacheData, normalModuleFactory) {
1066 this._restoreFromUnsafeCache(unsafeCacheData, normalModuleFactory);
1067 }
1068
1069 /**
1070 * restore unsafe cache data

Callers 1

processDependencyMethod · 0.45

Calls 1

Tested by

no test coverage detected