Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setCheckUnusedTemplates
Method
setCheckUnusedTemplates
gui/projectfile.h:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void setCheckUnusedTemplates(bool b) {
109
mCheckUnusedTemplates = b;
110
}
111
112
bool getInlineSuppression() const {
113
return mInlineSuppression;
Callers
1
saveToProjectFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected