Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ contextPaste
Method
contextPaste
pcsx2-qt/Debugger/Memory/MemoryView.cpp:891–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
889
}
890
891
void MemoryView::contextPaste()
892
{
893
m_table.InsertAtCurrentSelection(QApplication::clipboard()->text(), cpu());
894
}
895
896
void MemoryView::contextGoToAddress()
897
{
Callers
nothing calls this directly
Calls
1
InsertAtCurrentSelection
Method · 0.80
Tested by
no test coverage detected