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

Method identifier

lib/wasm-async/AsyncWasmModule.js:33–41  ·  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

31 * @returns {string} a unique identifier of the module
32 */
33 identifier() {
34 let str = super.identifier();
35
36 if (this.phase) {
37 str = `${str}|${this.phase}`;
38 }
39
40 return str;
41 }
42
43 /**
44 * Assuming this module is in the cache. Update the (cached) module with

Callers 2

addInitFunctionFunction · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected