Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setCheckersReport
Method
setCheckersReport
gui/checkstatistics.h:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
QStringList getTools() const;
81
82
void setCheckersReport(QString report) {
83
mCheckersReport = std::move(report);
84
}
85
const QString& getCheckersReport() const {
86
return mCheckersReport;
87
}
Callers
1
checkingFinished
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected