MCPcopy Create free account
hub / github.com/ElementsProject/elements / UnSelectAll

Method UnSelectAll

src/wallet/coincontrol.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void UnSelectAll()
112 {
113 setSelected.clear();
114 }
115
116 void ListSelected(std::vector<COutPoint>& vOutpoints) const
117 {

Callers 3

sendButtonClickedMethod · 0.80
clearMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected