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

Method identifier

lib/dll/DelegatedModule.js:116–120  ·  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

114 * @returns {string} a unique identifier of the module
115 */
116 identifier() {
117 return `delegated ${JSON.stringify(this.request)} from ${
118 this.sourceRequest
119 }`;
120 }
121
122 /**
123 * Returns a human-readable identifier for this module.

Callers 1

codeGenerationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected