* Returns the rendered hash of the module. * @deprecated * @returns {string} the shortened hash of the module
()
| 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 |
nothing calls this directly
no test coverage detected