MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / GetText

Method GetText

ReClass/tinyxml2.cpp:1572–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570}
1571
1572const char* XMLElement::GetText() const
1573{
1574 if ( FirstChild() && FirstChild()->ToText() ) {
1575 return FirstChild()->Value();
1576 }
1577 return 0;
1578}
1579
1580
1581void XMLElement::SetText( const char* inText )

Callers 2

OnCancelMethod · 0.45
OnFileEditorsaveasMethod · 0.45

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected