MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Name

Method Name

native/thirdpart/tinyxml2/tinyxml2.cpp:1400–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398// --------- XMLAttribute ---------- //
1399
1400const char* XMLAttribute::Name() const
1401{
1402 return _name.GetStr();
1403}
1404
1405const char* XMLAttribute::Value() const
1406{

Callers 9

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

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected