* Gets the number of modules in this chunk. * @deprecated * @returns {number} the number of module which are contained in this chunk
()
| 211 | * @returns {number} the number of module which are contained in this chunk |
| 212 | */ |
| 213 | getNumberOfModules() { |
| 214 | return ChunkGraph.getChunkGraphForChunk( |
| 215 | this, |
| 216 | "Chunk.getNumberOfModules", |
| 217 | "DEP_WEBPACK_CHUNK_GET_NUMBER_OF_MODULES" |
| 218 | ).getNumberOfChunkModules(this); |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * @deprecated |
no test coverage detected