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

Method GetCountWithAncestors

src/txmempool.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 bool GetSpendsCoinbase() const { return spendsCoinbase; }
156
157 uint64_t GetCountWithAncestors() const { return nCountWithAncestors; }
158 uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; }
159 uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; }
160 CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; }

Callers 7

UpdateForDescendantsMethod · 0.80
checkMethod · 0.80
CompareDepthAndScoreMethod · 0.80
operator()Method · 0.80
blockchain.cppFile · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected