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

Method checkFile

lib/cppcheck.cpp:892–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890}
891
892unsigned int CppCheck::checkFile(const FileWithDetails& file, const std::string &cfgname)
893{
894 const auto f = [&file](std::vector<std::string>& files, simplecpp::OutputList* outputList) {
895 return simplecpp::TokenList{file.spath(), files, outputList};
896 };
897 return checkInternal(file, cfgname, f);
898}
899
900void CppCheck::checkPlistOutput(const FileWithDetails& file, const std::vector<std::string>& files)
901{

Callers 1

checkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected