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

Method readableIdentifier

lib/dll/DllModule.js:79–81  ·  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

77 * @returns {string} a user readable identifier of the module
78 */
79 readableIdentifier(requestShortener) {
80 return `dll ${this.name}`;
81 }
82
83 /**
84 * Builds the module using the provided compilation context.

Callers 3

getInitialModuleChainsFunction · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected