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

Function getFileInfo

lib/check.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 };
86
87 virtual const FileInfo * getFileInfo(const Tokenizer& /*tokenizer*/, const Settings& /*settings*/, const std::string& /*currentConfig*/) const {
88 return nullptr;
89 }
90
91 virtual const FileInfo * loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement, const std::string& file0) const {
92 (void)xmlElement;

Callers 5

checkNormalTokensMethod · 0.85
ctu_Method · 0.85
ctu_Method · 0.85
testGetFileInfoMethod · 0.85
ctu_Method · 0.85

Calls

no outgoing calls

Tested by 4

ctu_Method · 0.68
ctu_Method · 0.68
testGetFileInfoMethod · 0.68
ctu_Method · 0.68