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

Method addFile

lib/cppcheck.cpp:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 std::remove(fileName.c_str());
300 }
301 void addFile(const std::string& fileName) {
302 mFilenames.push_back(fileName);
303 }
304 private:
305 std::vector<std::string> mFilenames;
306 };

Callers 3

checkInternalMethod · 0.45
executeAddonsMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected