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

Method IsEmpty

src/util/feefrac.h:102–104  ·  view source on GitHub ↗

Check if this is empty (size and fee are 0). */

Source from the content-addressed store, hash-verified

100
101 /** Check if this is empty (size and fee are 0). */
102 bool inline IsEmpty() const noexcept {
103 return size == 0;
104 }
105
106 /** Add fee and size of another FeeFrac to this one. */
107 void inline operator+=(const FeeFrac& other) noexcept

Callers 7

GetFeeMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGETFunction · 0.45
FUZZ_TARGETFunction · 0.45
TestDbWrapperFunction · 0.45
FUZZ_TARGETFunction · 0.45
UnserMethod · 0.45

Calls

no outgoing calls

Tested by 6

BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGETFunction · 0.36
FUZZ_TARGETFunction · 0.36
TestDbWrapperFunction · 0.36
FUZZ_TARGETFunction · 0.36
UnserMethod · 0.36