Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JayXon/Leanify
/ ~XMLNode
Method
~XMLNode
lib/tinyxml2/tinyxml2.cpp:637–643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
636
637
XMLNode::~XMLNode()
638
{
639
DeleteChildren();
640
if ( _parent ) {
641
_parent->Unlink( this );
642
}
643
}
644
645
const char* XMLNode::Value() const
646
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.80
Tested by
no test coverage detected