| 392 | } |
| 393 | |
| 394 | void CBigPoolView::AddCellColor(CellColor& cell, DWORD64 targetTime) { |
| 395 | cell.TargetTime = targetTime; |
| 396 | m_CellColors.insert({ cell, cell }); |
| 397 | } |
| 398 | |
| 399 | void CBigPoolView::RemoveCellColor(const CellColorKey& key) { |
| 400 | m_CellColors.erase(key); |
nothing calls this directly
no outgoing calls
no test coverage detected