MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / copyTxPlainText

Method copyTxPlainText

src/qt/transactionview.cpp:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void TransactionView::copyTxPlainText()
463{
464 GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxPlainTextRole);
465}
466
467void TransactionView::editLabel()
468{

Callers

nothing calls this directly

Calls 1

copyEntryDataFunction · 0.85

Tested by

no test coverage detected