MCPcopy
hub / github.com/webpack/webpack / setManagedContexts

Method setManagedContexts

lib/FileSystemInfo.js:502–505  ·  view source on GitHub ↗

* Sets managed contexts. * @param {ManagedContexts} value managed contexts

(value)

Source from the content-addressed store, hash-verified

500 * @param {ManagedContexts} value managed contexts
501 */
502 setManagedContexts(value) {
503 this._flags |= 0x400;
504 this.managedContexts = value;
505 }
506
507 hasManagedMissing() {
508 return (this._flags & 0x800) !== 0;

Callers 4

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected