* Removes the provided chunk group from the chunk. * @param {ChunkGroup} chunkGroup the chunkGroup the chunk is being removed from * @returns {void}
(chunkGroup)
| 570 | * @returns {void} |
| 571 | */ |
| 572 | removeGroup(chunkGroup) { |
| 573 | this._groups.delete(chunkGroup); |
| 574 | } |
| 575 | |
| 576 | /** |
| 577 | * Checks whether this chunk is in group. |
no test coverage detected