MCPcopy 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
422void TransactionView::copyLabel()
423{
424 GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::LabelRole);
425}
426
427void TransactionView::copyAmount()
428{

Callers

nothing calls this directly

Calls 1

copyEntryDataFunction · 0.85

Tested by

no test coverage detected