Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
static 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
TransTableL
Method · 0.85
print_suits
Method · 0.85
print_all_suits
Method · 0.85
print_suit_stats
Method · 0.85
print_all_suit_stats
Method · 0.85
print_summary_suit_stats
Method · 0.85
print_entries_dist_and_cards
Method · 0.85
print_entries_dist
Method · 0.85
print_all_entries
Method · 0.85
print_entry_stats
Method · 0.85
print_all_entry_stats
Method · 0.85
print_summary_entry_stats
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected