Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ onOpenMenViewer
Method
onOpenMenViewer
Source/GUI/MainWindow.cpp:297–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
void MainWindow::onOpenMenViewer()
298
{
299
m_viewer->show();
300
m_viewer->raise();
301
}
302
303
void MainWindow::onOpenMemViewerWithAddress(u32 address)
304
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected