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

Method onUpdateTimer

Source/GUI/MemWatcher/MemWatchModel.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void MemWatchModel::onUpdateTimer()
58{
59 if (!updateNodeValueRecursive(m_rootNode))
60 emit readFailed();
61}
62
63void MemWatchModel::onFreezeTimer()
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected