Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ onOpenMemViewerWithAddress
Method
onOpenMemViewerWithAddress
Source/GUI/MainWindow.cpp:303–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
void MainWindow::onOpenMemViewerWithAddress(u32 address)
304
{
305
m_viewer->goToAddress(address);
306
m_viewer->show();
307
}
308
309
void MainWindow::updateMem2Status()
310
{
Callers
nothing calls this directly
Calls
1
goToAddress
Method · 0.80
Tested by
no test coverage detected