MCPcopy
hub / github.com/webpack/webpack / get

Method get

lib/CacheFacade.js:55–57  ·  view source on GitHub ↗

* Returns value. * @template T * @param {CallbackCache<T>} callback signals when the value is retrieved * @returns {void}

(callback)

Source from the content-addressed store, hash-verified

53 * @returns {void}
54 */
55 get(callback) {
56 forEachBail(this._items, (item, callback) => item.get(callback), callback);
57 }
58
59 /**
60 * Returns promise with the data.

Callers 1

_codeGenerationModuleMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected