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

Method libIdent

lib/Module.js:1130–1132  ·  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

1128 * @returns {LibIdent | null} an identifier for library inclusion
1129 */
1130 libIdent(options) {
1131 return null;
1132 }
1133
1134 /**
1135 * Returns the path used when matching this module against rule conditions.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected