MCPcopy
hub / github.com/webpack/webpack / setUsedName

Method setUsedName

lib/ExportsInfo.js:1525–1527  ·  view source on GitHub ↗

* Updates used name using the provided name. * @param {string | InlinedUsedName} name the new name * @returns {void}

(name)

Source from the content-addressed store, hash-verified

1523 * @returns {void}
1524 */
1525 setUsedName(name) {
1526 this._usedName = name;
1527 }
1528
1529 /**
1530 * Gets terminal binding.

Callers 2

applyMethod · 0.80
mangleExportsInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected