* Disconnects from groups. * @returns {void}
()
| 604 | * @returns {void} |
| 605 | */ |
| 606 | disconnectFromGroups() { |
| 607 | for (const chunkGroup of this._groups) { |
| 608 | chunkGroup.removeChunk(this); |
| 609 | } |
| 610 | } |
| 611 | |
| 612 | /** |
| 613 | * Processes the provided new chunk. |
no test coverage detected