MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / AddCellColor

Method AddCellColor

WinArk/BigPoolView.cpp:394–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void CBigPoolView::AddCellColor(CellColor& cell, DWORD64 targetTime) {
395 cell.TargetTime = targetTime;
396 m_CellColors.insert({ cell, cell });
397}
398
399void CBigPoolView::RemoveCellColor(const CellColorKey& key) {
400 m_CellColors.erase(key);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected