Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ UnSelect
Method
UnSelect
src/wallet/coincontrol.h:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void UnSelect(const COutPoint& output)
107
{
108
setSelected.erase(output);
109
}
110
111
void UnSelectAll()
112
{
Callers
3
viewItemChanged
Method · 0.80
updateLabels
Method · 0.80
updateView
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected