MCPcopy
hub / github.com/webpack/webpack / getCondition

Method getCondition

lib/Dependency.js:360–362  ·  view source on GitHub ↗

* Returns function to determine if the connection is active. * @param {ModuleGraph} moduleGraph module graph * @returns {null | false | GetConditionFn} function to determine if the connection is active

(moduleGraph)

Source from the content-addressed store, hash-verified

358 * @returns {null | false | GetConditionFn} function to determine if the connection is active
359 */
360 getCondition(moduleGraph) {
361 return null;
362 }
363
364 /**
365 * Returns the exported names

Callers 1

setResolvedModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected