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

Function WinnersToText

library/src/dump.cpp:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159std::string WinnersToText(const unsigned short ourWinRanks[])
160{
161 std::stringstream ss;
162 for (int s = 0; s < DDS_SUITS; s++)
163 ss << card_suit[s] << " " << PrintSuit(ourWinRanks[s]) << "\n";
164
165 return ss.str();
166}
167
168
169std::string NodeToText(const NodeCards& node)

Callers 1

DumpTopLevelFunction · 0.85

Calls 1

PrintSuitFunction · 0.85

Tested by

no test coverage detected