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

Method updateHash

lib/ExportsInfo.js:902–904  ·  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

900 * @returns {void}
901 */
902 updateHash(hash, runtime) {
903 this._updateHash(hash, runtime, new Set());
904 }
905
906 /**
907 * Updates hash using the provided hash.

Callers

nothing calls this directly

Calls 1

_updateHashMethod · 0.95

Tested by

no test coverage detected