* Returns the hash of the module. * @deprecated * @returns {string} the hash of the module
()
| 329 | * @returns {string} the hash of the module |
| 330 | */ |
| 331 | get hash() { |
| 332 | return ChunkGraph.getChunkGraphForModule( |
| 333 | this, |
| 334 | "Module.hash", |
| 335 | "DEP_WEBPACK_MODULE_HASH" |
| 336 | ).getModuleHash(this, undefined); |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Returns the rendered hash of the module. |
nothing calls this directly
no test coverage detected