MCPcopy Create free account
hub / github.com/avast/retdec / GetText

Method GetText

deps/tinyxml2/tinyxml2.cpp:1624–1630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624const char* XMLElement::GetText() const
1625{
1626 if ( FirstChild() && FirstChild()->ToText() ) {
1627 return FirstChild()->Value();
1628 }
1629 return 0;
1630}
1631
1632
1633void XMLElement::SetText( const char* inText )

Callers

nothing calls this directly

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected