MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetCountWithDescendants

Method GetCountWithDescendants

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

Source from the content-addressed store, hash-verified

117 void UpdateLockPoints(const LockPoints& lp);
118
119 uint64_t GetCountWithDescendants() const { return nCountWithDescendants; }
120 uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; }
121 CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; }
122

Callers 5

AcceptToMemoryPoolWorkerFunction · 0.80
feebumper.cppFile · 0.80
blockchain.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected