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

Method reportErrors

lib/library.cpp:1839–1843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837}
1838
1839bool Library::reportErrors(const std::string &path) const
1840{
1841 const auto it = utils::as_const(mData->mReportErrors).find(Path::getFilenameExtensionInLowerCase(path));
1842 return (it == mData->mReportErrors.cend() || it->second);
1843}
1844
1845bool Library::isexecutableblock(const std::string &file, const std::string &token) const
1846{

Callers 1

reportErrMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected