Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ Reset
Method
Reset
library/src/system/timer.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
void Timer::Reset()
33
{
34
name =
""
;
35
count = 0;
36
userCum = 0;
37
systCum = 0;
38
}
39
40
41
void Timer::SetName(const string& nameIn)
Callers
1
reset_best_moves_lite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected