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

Function players

library/src/trans_table/trans_table_l.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static auto players() -> const std::array<std::string, 4>&
178{
179 static const std::array<std::string, 4> p = {"North", "East", "South", "West"};
180 return p;
181}
182
183
184/**

Callers 12

TransTableLMethod · 0.85
print_suitsMethod · 0.85
print_all_suitsMethod · 0.85
print_suit_statsMethod · 0.85
print_all_suit_statsMethod · 0.85
print_entries_distMethod · 0.85
print_all_entriesMethod · 0.85
print_entry_statsMethod · 0.85
print_all_entry_statsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected