MCPcopy Create free account
hub / github.com/dds-bridge/dds / GetBoardTimes

Method GetBoardTimes

library/src/system/scheduler.cpp:989–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987#endif // DDS_SCHEDULER
988
989void Scheduler::GetBoardTimes(std::vector<std::pair<int,int>>& outVec) const
990{
991 outVec.clear();
992 for (int b = 0; b < numHands; b++)
993 {
994 const handType& hp = hands[b];
995 outVec.emplace_back(b, hp.time);
996 }
997}
998
999
1000void Scheduler::SetBoardTime(int boardIndex, int timeMs)

Callers 1

real_mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

real_mainFunction · 0.64