MCPcopy
hub / github.com/webpack/webpack / issuer

Method issuer

lib/Module.js:459–465  ·  view source on GitHub ↗

* Returns the issuer. * @deprecated * @returns {Module | null | undefined} issuer

()

Source from the content-addressed store, hash-verified

457 * @returns {Module | null | undefined} issuer
458 */
459 get issuer() {
460 return ModuleGraph.getModuleGraphForModule(
461 this,
462 "Module.issuer",
463 "DEP_WEBPACK_MODULE_ISSUER"
464 ).getIssuer(this);
465 }
466
467 /**
468 * Updates the issuer using the provided value.

Callers

nothing calls this directly

Calls 3

getIssuerMethod · 0.80
setIssuerMethod · 0.80

Tested by

no test coverage detected