MCPcopy
hub / github.com/webpack/webpack / hasUsedName

Method hasUsedName

lib/ExportsInfo.js:1516–1518  ·  view source on GitHub ↗

* Checks whether this export info has used name. * @returns {boolean} true, when a mangled name of this export is set

()

Source from the content-addressed store, hash-verified

1514 * @returns {boolean} true, when a mangled name of this export is set
1515 */
1516 hasUsedName() {
1517 return this._usedName !== null;
1518 }
1519
1520 /**
1521 * Updates used name using the provided name.

Callers 2

applyMethod · 0.80
mangleExportsInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected