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

Method identifier

lib/optimize/ConcatenatedModule.js:912–914  ·  lib/optimize/ConcatenatedModule.js::ConcatenatedModule.identifier

* 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

910 * @returns {string} a unique identifier of the module
911 */
912 identifier() {
913 return this._identifier;
914 }
915
916 /**
917 * Returns a human-readable identifier for this module.

Callers 10

applyMethod · 0.45
handlerMethod · 0.45
getWarningsSortedMethod · 0.45
enterModuleMethod · 0.45
_createIdentifierMethod · 0.45
codeGenerationMethod · 0.45
_findNewNameMethod · 0.45
_analyseModuleMethod · 0.45
getKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected