MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / close

Method close

lib/analyzerinfo.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void AnalyzerInformation::close()
81{
82 if (mOutputStream.is_open()) {
83 mOutputStream << "</analyzerinfo>\n";
84 mOutputStream.close();
85 }
86}
87
88std::string AnalyzerInformation::skipAnalysis(const tinyxml2::XMLDocument &analyzerInfoDoc, std::size_t hash, std::list<ErrorMessage> &errors)
89{

Callers 5

reopenMethod · 0.45
closePlistMethod · 0.45
checkClangMethod · 0.45
checkInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected