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

Method identifier

lib/Module.js:1003–1007  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1001 * @returns {string} a unique identifier of the module
1002 */
1003 identifier() {
1004 const AbstractMethodError = require("./errors/AbstractMethodError");
1005
1006 throw new AbstractMethodError();
1007 }
1008
1009 /* istanbul ignore next */
1010 /**

Callers 15

toStringMethod · 0.95
getMethod · 0.45
sortModulesFunction · 0.45
createModulesListMessageFunction · 0.45
applyMethod · 0.45
noModuleIdErrorMessageFunction · 0.45
getModuleIdentifierMethod · 0.45
moduleBuildMethod · 0.45
moduleDoneMethod · 0.45
Compilation.jsFile · 0.45
constructorMethod · 0.45

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected