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

Method setEntry

Source/MemoryWatch/MemWatchTreeNode.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void MemWatchTreeNode::setEntry(MemWatchEntry* entry)
65{
66 delete m_entry;
67 m_entry = entry;
68}
69
70const QVector<MemWatchTreeNode*>& MemWatchTreeNode::getChildren() const
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected