MCPcopy
hub / github.com/webpack/webpack / getLazyHashedEtag

Method getLazyHashedEtag

lib/CacheFacade.js:262–264  ·  view source on GitHub ↗

* Gets lazy hashed etag. * @param {HashableObject} obj an hashable object * @returns {Etag} an etag that is lazy hashed

(obj)

Source from the content-addressed store, hash-verified

260 * @returns {Etag} an etag that is lazy hashed
261 */
262 getLazyHashedEtag(obj) {
263 return getLazyHashedEtag(obj, this._hashFunction);
264 }
265
266 /**
267 * Merges the provided values into a single result.

Callers 3

applyMethod · 0.80
applyMethod · 0.80
getEtagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected