MCPcopy 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

checkInternalMethod · 0.80

Calls 2

plistFooterFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected