MCPcopy
hub / github.com/webpack/webpack / setContextHashes

Method setContextHashes

lib/FileSystemInfo.js:437–440  ·  view source on GitHub ↗

* Sets context hashes. * @param {ContextHashes} value context hashes

(value)

Source from the content-addressed store, hash-verified

435 * @param {ContextHashes} value context hashes
436 */
437 setContextHashes(value) {
438 this._flags |= 0x20;
439 this.contextHashes = value;
440 }
441
442 hasContextTshs() {
443 return (this._flags & 0x40) !== 0;

Callers 4

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected