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

Method GetText

lib/tinyxml2/tinyxml2.cpp:1326–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324
1325
1326const char* XMLElement::GetText() const
1327{
1328 if ( FirstChild() && FirstChild()->ToText() ) {
1329 return FirstChild()->Value();
1330 }
1331 return 0;
1332}
1333
1334
1335void XMLElement::SetText( const char* inText )

Callers 1

LeanifyMethod · 0.80

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected