Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ ~XMLNode
Method
~XMLNode
external/tinyxml2.cpp:787–793 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
785
786
787
XMLNode::~XMLNode()
788
{
789
DeleteChildren();
790
if ( _parent ) {
791
_parent->Unlink( this );
792
}
793
}
794
795
const char* XMLNode::Value() const
796
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.45
Tested by
no test coverage detected