MCPcopy
hub / github.com/webpack/webpack / libIdent

Method libIdent

lib/container/RemoteModule.js:92–96  ·  view source on GitHub ↗

* Gets the library identifier. * @param {LibIdentOptions} options options * @returns {LibIdent | null} an identifier for library inclusion

(options)

Source from the content-addressed store, hash-verified

90 * @returns {LibIdent | null} an identifier for library inclusion
91 */
92 libIdent(options) {
93 return `${this.layer ? `(${this.layer})/` : ""}webpack/container/remote/${
94 this.request
95 }`;
96 }
97
98 /**
99 * Checks whether the module needs to be rebuilt for the current build state.

Callers 2

getShortModuleNameFunction · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected