MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / ~StructTreeNode

Method ~StructTreeNode

Source/Structs/StructTreeNode.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21StructTreeNode::~StructTreeNode()
22{
23 deleteChildren();
24 m_parent = nullptr;
25}
26
27bool StructTreeNode::isGroup() const
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected