Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
void StructTreeNode::deleteChildren()
163
{
164
qDeleteAll(m_children);
165
m_children.clear();
166
}
167
168
void StructTreeNode::readFromJson(const QJsonObject& json, StructTreeNode* parent)
169
{
Callers
1
clearRoot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected