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

Method Select

src/wallet/coincontrol.h:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void Select(const COutPoint& output)
96 {
97 setSelected.insert(output);
98 }
99
100 void SelectExternal(const COutPoint& outpoint, const CTxOut& txout)
101 {

Callers 7

spend.cppFile · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
viewItemChangedMethod · 0.45
AddrManSelectFunction · 0.45

Calls 1

insertMethod · 0.45

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36