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

Method identifier

lib/ContextModule.js:303–305  ·  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

301 * @returns {string} a unique identifier of the module
302 */
303 identifier() {
304 return this._identifier;
305 }
306
307 /**
308 * Returns a human-readable identifier for this module.

Callers 1

getSourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected