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

Method size

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

Source from the content-addressed store, hash-verified

791 void SetIsLoaded(bool loaded);
792
793 unsigned long size() const
794 {
795 LOCK(cs);
796 return mapTx.size();
797 }
798
799 uint64_t GetTotalTxSize() const EXCLUSIVE_LOCKS_REQUIRED(cs)
800 {

Callers 1

DynamicMemoryUsageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected