MCPcopy
hub / github.com/webpack/webpack / setActive

Method setActive

lib/ModuleGraphConnection.js:192–195  ·  view source on GitHub ↗

* Updates active using the provided value. * @param {boolean} value active or not * @returns {void}

(value)

Source from the content-addressed store, hash-verified

190 * @returns {void}
191 */
192 setActive(value) {
193 this.conditional = false;
194 this._active = value;
195 }
196}
197
198/** @typedef {typeof TRANSITIVE_ONLY} TRANSITIVE_ONLY */

Callers 2

updateModuleMethod · 0.80
_saveCompletedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected