MCPcopy
hub / github.com/webpack/webpack / identifier

Method identifier

lib/dll/DllModule.js:70–72  ·  view source on GitHub ↗

* Returns the unique identifier used to reference this module. * @returns {string} a unique identifier of the module

()

Source from the content-addressed store, hash-verified

68 * @returns {string} a unique identifier of the module
69 */
70 identifier() {
71 return `dll ${this.name}`;
72 }
73
74 /**
75 * Returns a human-readable identifier for this module.

Callers 11

getFullModuleNameFunction · 0.45
getFullChunkNameFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45
handleNewWorkerMethod · 0.45
comparators.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected