MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetTransactionCount

Method GetTransactionCount

src/test/fuzz/txgraph.cpp:121–121  ·  view source on GitHub ↗

Determine the number of (non-removed) transactions in the graph. */

Source from the content-addressed store, hash-verified

119
120 /** Determine the number of (non-removed) transactions in the graph. */
121 DepGraphIndex GetTransactionCount() const { return graph.TxCount(); }
122
123 /** Get the sum of all fees/sizes in the graph. */
124 FeePerWeight SumAll() const

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGETFunction · 0.45
BenchTxGraphTrimFunction · 0.45

Calls 1

TxCountMethod · 0.80

Tested by

no test coverage detected