* @deprecated * @returns {boolean} true when is entry module, otherwise false
()
| 566 | * @returns {boolean} true when is entry module, otherwise false |
| 567 | */ |
| 568 | isEntryModule() { |
| 569 | return ChunkGraph.getChunkGraphForModule( |
| 570 | this, |
| 571 | "Module.isEntryModule", |
| 572 | "DEP_WEBPACK_MODULE_IS_ENTRY_MODULE" |
| 573 | ).isEntryModule(this); |
| 574 | } |
| 575 | |
| 576 | /** |
| 577 | * @deprecated |
no test coverage detected