Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ reportMetric
Method
reportMetric
cli/processexecutor.cpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void reportMetric(const std::string &metric) override {
105
writeToPipe(REPORT_METRIC, metric);
106
}
107
108
void writeTimer(const TimerResults* timerResults) const {
109
if (!timerResults)
Callers
1
handleRead
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected