MCPcopy
hub / github.com/webpack/webpack / getModuleEvaluationSideEffectsState

Method getModuleEvaluationSideEffectsState

lib/Dependency.js:412–414  ·  view source on GitHub ↗

* Gets module evaluation side effects state. * @param {ModuleGraph} moduleGraph the module graph * @returns {ConnectionState} how this dependency connects the module to referencing modules

(moduleGraph)

Source from the content-addressed store, hash-verified

410 * @returns {ConnectionState} how this dependency connects the module to referencing modules
411 */
412 getModuleEvaluationSideEffectsState(moduleGraph) {
413 return true;
414 }
415
416 /**
417 * Creates an ignored module.

Callers 2

walkSideEffectsIterativeFunction · 0.45
walkSideEffectsRecursiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected