MCPcopy
hub / github.com/webpack/webpack / setContextTshs

Method setContextTshs

lib/FileSystemInfo.js:450–453  ·  view source on GitHub ↗

* Updates context tshs using the provided value. * @param {ContextTshs} value context tshs

(value)

Source from the content-addressed store, hash-verified

448 * @param {ContextTshs} value context tshs
449 */
450 setContextTshs(value) {
451 this._flags |= 0x40;
452 this.contextTshs = value;
453 }
454
455 hasMissingExistence() {
456 return (this._flags & 0x80) !== 0;

Callers 3

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected