MCPcopy
hub / github.com/webpack/webpack / addFallback

Method addFallback

lib/LazyBarrel.js:113–118  ·  view source on GitHub ↗

* Registers a star re-export request key. * @param {string} requestKey request key

(requestKey)

Source from the content-addressed store, hash-verified

111 * @param {string} requestKey request key
112 */
113 addFallback(requestKey) {
114 if (this._fallbackRequests === undefined) {
115 this._fallbackRequests = new Set();
116 }
117 this._fallbackRequests.add(requestKey);
118 }
119
120 /**
121 * Returns whether nothing is deferred.

Callers 1

classifyMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected