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

Method SetNames

library/src/ab_stats.cpp:81–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81void ABstats::SetNames()
82{
83 name[AB_TARGET_REACHED] = "Target decided";
84 name[AB_DEPTH_ZERO] = "depth == 0";
85 name[AB_QUICKTRICKS] = "QuickTricks";
86 name[AB_QUICKTRICKS_2ND] = "QuickTricks 2nd";
87 name[AB_LATERTRICKS] = "LaterTricks";
88 name[AB_MAIN_LOOKUP] = "Main lookup";
89 name[AB_SIDE_LOOKUP] = "Other lookup";
90 name[AB_MOVE_LOOP] = "Move trial";
91}
92
93
94void ABstats::IncrPos(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected