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

Function compare_TABLE

library/tests/compare.cpp:57–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57bool compare_TABLE(
58 const DdTableResults& table1,
59 const DdTableResults& table2)
60{
61 for (int suit = 0; suit < DDS_SUITS; suit++)
62 {
63 for (int pl = 0; pl < DDS_HANDS; pl++)
64 if (table1.res_table[suit][pl] != table2.res_table[suit][pl])
65 return false;
66 }
67
68 return true;
69}
70
71
72bool compare_PAR(

Callers 1

loop_calcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected