MCPcopy 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
777XMLNode::~XMLNode()
778{
779 DeleteChildren();
780 if ( _parent ) {
781 _parent->Unlink( this );
782 }
783}
784
785const char* XMLNode::Value() const
786{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected