MCPcopy
hub / github.com/webpack/webpack / setManagedMissing

Method setManagedMissing

lib/FileSystemInfo.js:515–518  ·  view source on GitHub ↗

* Sets managed missing. * @param {ManagedMissing} value managed missing

(value)

Source from the content-addressed store, hash-verified

513 * @param {ManagedMissing} value managed missing
514 */
515 setManagedMissing(value) {
516 this._flags |= 0x800;
517 this.managedMissing = value;
518 }
519
520 hasChildren() {
521 return (this._flags & 0x1000) !== 0;

Callers 4

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected