MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Name

Method Name

Dependencies/tinyxml2/src/tinyxml2.cpp:1343–1346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341// --------- XMLAttribute ---------- //
1342
1343const char* XMLAttribute::Name() const
1344{
1345 return _name.GetStr();
1346}
1347
1348const char* XMLAttribute::Value() const
1349{

Callers 15

ParseDeepMethod · 0.45
ToElementWithNameMethod · 0.45
FindAttributeMethod · 0.45
FindOrCreateAttributeMethod · 0.45
DeleteAttributeMethod · 0.45
ParseAttributesMethod · 0.45
ShallowCloneMethod · 0.45
ShallowEqualMethod · 0.45
VisitEnterMethod · 0.45
MakeUniqueNodeNameMethod · 0.45
ConvertNodesMethod · 0.45
ConvertModelMethod · 0.45

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected