Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getUpdateTimer
Method
getUpdateTimer
Source/GUI/MemViewer/MemViewerWidget.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
QTimer* MemViewerWidget::getUpdateTimer() const
58
{
59
return m_updateMemoryTimer;
60
}
61
62
void MemViewerWidget::onJumpToAddressTextChanged()
63
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected