MCPcopy
hub / github.com/webpack/webpack / setMissingExistence

Method setMissingExistence

lib/FileSystemInfo.js:463–466  ·  view source on GitHub ↗

* Sets missing existence. * @param {MissingExistence} value context tshs

(value)

Source from the content-addressed store, hash-verified

461 * @param {MissingExistence} value context tshs
462 */
463 setMissingExistence(value) {
464 this._flags |= 0x80;
465 this.missingExistence = value;
466 }
467
468 hasManagedItemInfo() {
469 return (this._flags & 0x100) !== 0;

Callers 3

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected