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

Method checkBuffer

lib/cppcheck.cpp:809–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809unsigned int CppCheck::checkBuffer(const FileWithDetails &file, const char* data, std::size_t size)
810{
811 return checkBuffer(file, "", data, size);
812}
813
814unsigned int CppCheck::check(const FileSettings &fs)
815{

Callers 5

globalSuppressionsMethod · 0.80
runMethod · 0.80
doCheckFunction · 0.80
analyzeCodeMethod · 0.80

Calls

no outgoing calls

Tested by 2

globalSuppressionsMethod · 0.64