Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ closePlist
Method
closePlist
lib/cppcheck.cpp:133–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void closePlist()
134
{
135
if (mPlistFile.is_open()) {
136
mPlistFile << ErrorLogger::plistFooter();
137
mPlistFile.close();
138
}
139
}
140
141
unsigned int exitcode() const
142
{
Callers
1
checkInternal
Method · 0.80
Calls
2
plistFooter
Function · 0.85
close
Method · 0.45
Tested by
no test coverage detected