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

Function set_table

examples/hands.cpp:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328
329auto set_table(DdTableResults * table, int handno) -> void
330{
331 for (int suit = 0; suit < DDS_STRAINS; suit++)
332 for (int pl = 0; pl <= 3; pl++)
333 table->res_table[suit][pl] = dd_table_[handno][4 * suit + pl];
334}
335
336
337auto compare_table(DdTableResults * table, int handno) -> bool

Callers 3

mainFunction · 0.85
example_without_contextFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected