MCPcopy
hub / github.com/webpack/webpack / propagate

Method propagate

lib/cache/ResolverCachePlugin.js:190–197  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

188 * @param {"fileDependencies" | "contextDependencies" | "missingDependencies"} key key
189 */
190 const propagate = (key) => {
191 if (resolveContext[key]) {
192 addAllToSet(
193 /** @type {Dependencies} */ (resolveContext[key]),
194 /** @type {Dependencies} */ (newResolveContext[key])
195 );
196 }
197 };
198 const resolveTime = Date.now();
199 resolver.doResolve(
200 resolver.hooks.resolve,

Callers

nothing calls this directly

Calls 1

addAllToSetFunction · 0.70

Tested by

no test coverage detected