Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ copyLabel
Method
copyLabel
src/qt/transactionview.cpp:422–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
void TransactionView::copyLabel()
423
{
424
GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::LabelRole);
425
}
426
427
void TransactionView::copyAmount()
428
{
Callers
nothing calls this directly
Calls
1
copyEntryData
Function · 0.85
Tested by
no test coverage detected