Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ reset
Method
reset
lib/timer.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void TimerResults::reset()
88
{
89
std::lock_guard<std::mutex> l(mResultsSync);
90
mResults.clear();
91
}
92
93
Timer::Timer(std::string str, TimerResultsIntf* timerResults)
94
: mName(std::move(str))
Callers
11
library.cpp
File · 0.45
ValuePtr
Function · 0.45
token.cpp
File · 0.45
OneShotTimer
Method · 0.45
checkClang
Method · 0.45
check
Method · 0.45
checkInternal
Method · 0.45
check
Method · 0.45
check_internal
Method · 0.45
check
Method · 0.45
threadDone
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected