Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ hasChildren
Method
hasChildren
Source/MemoryWatch/MemWatchTreeNode.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
bool MemWatchTreeNode::hasChildren() const
30
{
31
return (m_children.count() >= 1);
32
}
33
34
int MemWatchTreeNode::childrenCount() const
35
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected