MCPcopy Create free account
hub / github.com/JayXon/Leanify / Name

Method Name

lib/tinyxml2/tinyxml2.cpp:1151–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149// --------- XMLAttribute ---------- //
1150
1151const char* XMLAttribute::Name() const
1152{
1153 return _name.GetStr();
1154}
1155
1156const char* XMLAttribute::Value() const
1157{

Callers 9

FirstChildElementMethod · 0.80
LastChildElementMethod · 0.80
FindAttributeMethod · 0.80
FindOrCreateAttributeMethod · 0.80
DeleteAttributeMethod · 0.80
ParseAttributesMethod · 0.80
ShallowCloneMethod · 0.80
VisitEnterMethod · 0.80
LeanifyMethod · 0.80

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected