MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / Size

Method Size

src/tx/txmempool.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164uint64_t CTxMemPool::Size() {
165 LOCK(cs);
166 return memPoolTxs.size();
167}
168
169bool CTxMemPool::Exists(const uint256 txid) {
170 LOCK(cs);

Callers 1

getmininginfoFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected