* Gets block chunk group. * @param {AsyncDependenciesBlock} depBlock the async block * @returns {ChunkGroup | undefined} the chunk group
(depBlock)
| 1492 | * @returns {ChunkGroup | undefined} the chunk group |
| 1493 | */ |
| 1494 | getBlockChunkGroup(depBlock) { |
| 1495 | return this._blockChunkGroups.get(depBlock); |
| 1496 | } |
| 1497 | |
| 1498 | /** |
| 1499 | * Connects block and chunk group. |
no test coverage detected