MCPcopy 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
29bool MemWatchTreeNode::hasChildren() const
30{
31 return (m_children.count() >= 1);
32}
33
34int MemWatchTreeNode::childrenCount() const
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected