Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
809
XMLNode::~XMLNode()
810
{
811
DeleteChildren();
812
if ( _parent ) {
813
_parent->Unlink( this );
814
}
815
}
816
817
const char* XMLNode::Value() const
818
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.80
Tested by
no test coverage detected