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

Method Name

externals/tinyxml2/tinyxml2.cpp:1432–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430// --------- XMLAttribute ---------- //
1431
1432const char* XMLAttribute::Name() const
1433{
1434 return _name.GetStr();
1435}
1436
1437const char* XMLAttribute::Value() const
1438{

Callers 15

loadFromXmlDocumentMethod · 0.80
loadFileInfoFromXmlMethod · 0.80
loadMethod · 0.80
loadFunctionMethod · 0.80
parseXmlFileMethod · 0.80
ErrorMessageMethod · 0.80
analyseWholeProgramMethod · 0.80
loadFromXmlMethod · 0.80
importSlnxMethod · 0.80
ProjectConfigurationMethod · 0.80
ItemDefinitionGroupMethod · 0.80

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected