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

Method PrintFunctionStats

library/src/moves/moves.cpp:1149–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149auto Moves::PrintFunctionStats(ofstream &fout) const -> void {
1150 fout << "Function statistics\n\n";
1151 fout << Moves::PrintFunctionTable(trickFuncTable);
1152
1153 fout << "\n\nFunction statistics for winning suit\n\n";
1154 fout << Moves::PrintFunctionTable(trickFuncSuitTable);
1155 fout << "\n\n";
1156}

Callers 1

print_function_statsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected