MCPcopy
hub / github.com/webpack/webpack / getTypesDependOnIncomingConnections

Method getTypesDependOnIncomingConnections

lib/Generator.js:85–87  ·  view source on GitHub ↗

* @returns {boolean} whether getTypes() depends on the module's incoming connections

()

Source from the content-addressed store, hash-verified

83 * @returns {boolean} whether getTypes() depends on the module's incoming connections
84 */
85 getTypesDependOnIncomingConnections() {
86 return false;
87 }
88
89 /* istanbul ignore next */
90 /**

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected