MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / GetText

Method GetText

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1456–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454
1455
1456const char* XMLElement::GetText() const
1457{
1458 if ( FirstChild() && FirstChild()->ToText() ) {
1459 return FirstChild()->Value();
1460 }
1461 return 0;
1462}
1463
1464
1465void XMLElement::SetText( const char* inText )

Callers

nothing calls this directly

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected