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

Method readableIdentifier

lib/Module.js:1016–1020  ·  view source on GitHub ↗

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

(requestShortener)

Source from the content-addressed store, hash-verified

1014 * @returns {string} a user readable identifier of the module
1015 */
1016 readableIdentifier(requestShortener) {
1017 const AbstractMethodError = require("./errors/AbstractMethodError");
1018
1019 throw new AbstractMethodError();
1020 }
1021
1022 /* istanbul ignore next */
1023 /**

Callers 12

logNormalSummaryMethod · 0.45
logByLoadersSummaryMethod · 0.45
executeModuleMethod · 0.45
printExportsInfoToSourceFunction · 0.45
generateHeaderMethod · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
webpack.config.jsFile · 0.45

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected