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