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

Method deleteChildren

Source/Structs/StructTreeNode.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void StructTreeNode::deleteChildren()
163{
164 qDeleteAll(m_children);
165 m_children.clear();
166}
167
168void StructTreeNode::readFromJson(const QJsonObject& json, StructTreeNode* parent)
169{

Callers 1

clearRootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected