MCPcopy
hub / github.com/webpack/webpack / getIssuer

Method getIssuer

lib/ModuleGraph.js:680–683  ·  view source on GitHub ↗

* Returns the issuer module. * @param {Module} module the module * @returns {Issuer} the issuer module

(module)

Source from the content-addressed store, hash-verified

678 * @returns {Issuer} the issuer module
679 */
680 getIssuer(module) {
681 const mgm = this._getModuleGraphModule(module);
682 return mgm.issuer;
683 }
684
685 /**
686 * Updates issuer using the provided module.

Callers 2

issuerMethod · 0.80

Calls 1

_getModuleGraphModuleMethod · 0.95

Tested by

no test coverage detected