Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ run
Function
run
lib/timer.h:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
template<class TFunc>
75
static void run(std::string str, TimerResultsIntf* timerResults, const TFunc& f) {
76
Timer t(std::move(str), timerResults);
77
f();
78
}
79
80
private:
81
const std::string mName;
Callers
7
run_once
Method · 0.70
run
Method · 0.70
simplifyTokens1
Method · 0.70
simplifyTokenList1
Method · 0.70
checkInternal
Method · 0.70
checkNormalTokens
Method · 0.70
executeAddons
Method · 0.70
Calls
1
f
Function · 0.50
Tested by
no test coverage detected