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

Method GetTxCount

src/txgraph.cpp:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 constexpr DepGraphIndex GetMaxTxCount() const noexcept final { return MAX_TX_COUNT; }
279 DepGraphIndex GetDepGraphIndexRange() const noexcept final { return m_depgraph.PositionRange(); }
280 LinearizationIndex GetTxCount() const noexcept final { return m_linearization.size(); }
281 uint64_t GetTotalTxSize() const noexcept final;
282 GraphIndex GetClusterEntry(DepGraphIndex index) const noexcept final { return m_mapping[index]; }
283 DepGraphIndex AppendTransaction(GraphIndex graph_idx, FeePerWeight feerate) noexcept final;

Callers 5

GroupClustersMethod · 0.45
MergeMethod · 0.45
GetClusterMethod · 0.45
SanityCheckMethod · 0.45
FinalizeSubpackageMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected