MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetSelectionAmount

Method GetSelectionAmount

src/wallet/coinselection.cpp:863–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863CAmount OutputGroup::GetSelectionAmount() const
864{
865 return m_subtract_fee_outputs ? m_value : effective_value;
866}
867
868void OutputGroupTypeMap::Push(const OutputGroup& group, OutputType type, bool insert_positive, bool insert_mixed)
869{

Callers 10

operator()Function · 0.80
SelectCoinsBnBFunction · 0.80
CoinGrinderFunction · 0.80
SelectCoinsSRDFunction · 0.80
ApproximateBestSubsetFunction · 0.80
KnapsackSolverFunction · 0.80
PushMethod · 0.80
AutomaticCoinSelectionFunction · 0.80
GroupCoinsFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 2

GroupCoinsFunction · 0.64
FUZZ_TARGETFunction · 0.64