MCPcopy
hub / github.com/webpack/webpack / update

Method update

lib/util/Hash.js:35–39  ·  view source on GitHub ↗

* Update hash {@link https://nodejs.org/api/crypto.html#crypto_hash_update_data_inputencoding} * @abstract * @param {string | Buffer} data data * @param {Encoding=} inputEncoding data encoding * @returns {Hash} updated hash

(data, inputEncoding)

Source from the content-addressed store, hash-verified

33 * @returns {Hash} updated hash
34 */
35 update(data, inputEncoding) {
36 const AbstractMethodError = require("../errors/AbstractMethodError");
37
38 throw new AbstractMethodError();
39 }
40
41 /* istanbul ignore next */
42 /**

Callers 15

applyMethod · 0.45
getHashMethod · 0.45
applyMethod · 0.45
updateHashMethod · 0.45
_readFileHashMethod · 0.45
_readContextTimestampMethod · 0.45
_readContextHashMethod · 0.45
_resolveContextHashMethod · 0.45
_resolveContextTshMethod · 0.45

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected