Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ ~XMLNode
Method
~XMLNode
deps/tinyxml2/tinyxml2.cpp:777–783 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
775
776
777
XMLNode::~XMLNode()
778
{
779
DeleteChildren();
780
if ( _parent ) {
781
_parent->Unlink( this );
782
}
783
}
784
785
const char* XMLNode::Value() const
786
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.80
Tested by
no test coverage detected