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

Method openPlist

lib/cppcheck.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void openPlist(const std::string& filename, const std::vector<std::string>& files)
128 {
129 mPlistFile.open(filename);
130 mPlistFile << ErrorLogger::plistHeader(version(), files);
131 }
132
133 void closePlist()
134 {

Callers 1

checkPlistOutputMethod · 0.80

Calls 1

openMethod · 0.45

Tested by

no test coverage detected