MCPcopy
hub / github.com/webpack/webpack / updateHash

Method updateHash

lib/ExportsInfo.js:1829–1831  ·  view source on GitHub ↗

* Updates the hash with the data contributed by this instance. * @param {Hash} hash the hash * @param {RuntimeSpec} runtime the runtime * @returns {void}

(hash, runtime)

Source from the content-addressed store, hash-verified

1827 * @returns {void}
1828 */
1829 updateHash(hash, runtime) {
1830 this._updateHash(hash, runtime, new Set());
1831 }
1832
1833 /**
1834 * Updates hash using the provided hash.

Callers

nothing calls this directly

Calls 1

_updateHashMethod · 0.95

Tested by

no test coverage detected