Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ copyAddress
Method
copyAddress
src/qt/transactionview.cpp:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
void TransactionView::copyAddress()
438
{
439
GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::AddressRole);
440
}
441
442
void TransactionView::copyLabel()
443
{
Callers
nothing calls this directly
Calls
1
copyEntryData
Function · 0.85
Tested by
no test coverage detected