* Returns the depth. * @deprecated * @returns {number | null} the depth
()
| 431 | * @returns {number | null} the depth |
| 432 | */ |
| 433 | get depth() { |
| 434 | return ModuleGraph.getModuleGraphForModule( |
| 435 | this, |
| 436 | "Module.depth", |
| 437 | "DEP_WEBPACK_MODULE_DEPTH" |
| 438 | ).getDepth(this); |
| 439 | } |
| 440 | |
| 441 | /** |
| 442 | * Updates the depth using the provided value. |
nothing calls this directly
no test coverage detected