MCPcopy Create free account
hub / github.com/LUX-Core/lux / getMempoolDynamicUsage

Method getMempoolDynamicUsage

src/qt/clientmodel.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156size_t ClientModel::getMempoolDynamicUsage() const
157{
158 return mempool.DynamicMemoryUsage();
159}
160
161double ClientModel::getVerificationProgress(const CBlockIndex *tipIn) const
162{

Callers

nothing calls this directly

Calls 1

DynamicMemoryUsageMethod · 0.45

Tested by

no test coverage detected