MCPcopy
hub / github.com/webpack/webpack / setFileHashes

Method setFileHashes

lib/FileSystemInfo.js:398–401  ·  view source on GitHub ↗

* Updates file hashes using the provided value. * @param {FileHashes} value file hashes

(value)

Source from the content-addressed store, hash-verified

396 * @param {FileHashes} value file hashes
397 */
398 setFileHashes(value) {
399 this._flags |= 4;
400 this.fileHashes = value;
401 }
402
403 hasFileTshs() {
404 return (this._flags & 8) !== 0;

Callers 4

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected