MCPcopy
hub / github.com/webpack/webpack / setModuleMemCaches

Method setModuleMemCaches

lib/ModuleGraph.js:991–993  ·  view source on GitHub ↗

* Sets module mem caches. * @param {ModuleMemCaches} moduleMemCaches mem caches for modules for better caching

(moduleMemCaches)

Source from the content-addressed store, hash-verified

989 * @param {ModuleMemCaches} moduleMemCaches mem caches for modules for better caching
990 */
991 setModuleMemCaches(moduleMemCaches) {
992 this._moduleMemCaches = moduleMemCaches;
993 }
994
995 /**
996 * Dependency cache provide.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected