MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ~XMLNode

Method ~XMLNode

native/thirdpart/tinyxml2/tinyxml2.cpp:809–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807
808
809XMLNode::~XMLNode()
810{
811 DeleteChildren();
812 if ( _parent ) {
813 _parent->Unlink( this );
814 }
815}
816
817const char* XMLNode::Value() const
818{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected