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

Method isGroup

Source/MemoryWatch/MemWatchTreeNode.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24bool MemWatchTreeNode::isGroup() const
25{
26 return m_isGroup;
27}
28
29bool MemWatchTreeNode::hasChildren() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected