MCPcopy
hub / github.com/webpack/webpack / readableIdentifier

Method readableIdentifier

lib/optimize/ConcatenatedModule.js:921–925  ·  view source on GitHub ↗

* Returns a human-readable identifier for this module. * @param {RequestShortener} requestShortener the request shortener * @returns {string} a user readable identifier of the module

(requestShortener)

Source from the content-addressed store, hash-verified

919 * @returns {string} a user readable identifier of the module
920 */
921 readableIdentifier(requestShortener) {
922 return `${this.rootModule.readableIdentifier(requestShortener)} + ${
923 this._modules.size - 1
924 } modules`;
925 }
926
927 /**
928 * Gets the library identifier.

Callers 8

formatBailoutWarningMethod · 0.45
problemMethod · 0.45
getFinalBindingFunction · 0.45
getFinalNameFunction · 0.45
_findNewNameMethod · 0.45
codeGenerationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected