Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setShowInactive
Method
setShowInactive
src/qt/transactionfilterproxy.cpp:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void TransactionFilterProxy::setShowInactive(bool _showInactive)
101
{
102
this->showInactive = _showInactive;
103
invalidateFilter();
104
}
105
106
int TransactionFilterProxy::rowCount(const QModelIndex &parent) const
107
{
Callers
1
setWalletModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected