MCPcopy
hub / github.com/webpack/webpack / renderedHash

Method renderedHash

lib/Module.js:344–350  ·  view source on GitHub ↗

* Returns the rendered hash of the module. * @deprecated * @returns {string} the shortened hash of the module

()

Source from the content-addressed store, hash-verified

342 * @returns {string} the shortened hash of the module
343 */
344 get renderedHash() {
345 return ChunkGraph.getChunkGraphForModule(
346 this,
347 "Module.renderedHash",
348 "DEP_WEBPACK_MODULE_RENDERED_HASH"
349 ).getRenderedModuleHash(this, undefined);
350 }
351
352 /**
353 * @deprecated

Callers

nothing calls this directly

Calls 2

getRenderedModuleHashMethod · 0.80

Tested by

no test coverage detected