MCPcopy 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
437void TransactionView::copyAddress()
438{
439 GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::AddressRole);
440}
441
442void TransactionView::copyLabel()
443{

Callers

nothing calls this directly

Calls 1

copyEntryDataFunction · 0.85

Tested by

no test coverage detected