MCPcopy
hub / github.com/webpack/webpack / set

Function set

lib/Module.js:1435–1439  ·  view source on GitHub ↗

* Updates used using the provided value. * @param {EXPECTED_ANY} value value

(value)

Source from the content-addressed store, hash-verified

1433 * @param {EXPECTED_ANY} value value
1434 */
1435 set(value) {
1436 throw new Error(
1437 "Module.used was refactored (use ModuleGraph.setUsedExports instead)"
1438 );
1439 }
1440});
1441
1442module.exports = Module;

Callers 1

example.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected