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

Method getEntry

Source/MemoryWatch/MemWatchTreeNode.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59MemWatchEntry* MemWatchTreeNode::getEntry() const
60{
61 return m_entry;
62}
63
64void MemWatchTreeNode::setEntry(MemWatchEntry* entry)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected