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

Method GetDepGraphIndexRange

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

Source from the content-addressed store, hash-verified

277 constexpr DepGraphIndex GetMinIntendedTxCount() const noexcept final { return MIN_INTENDED_TX_COUNT; }
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]; }

Callers 1

MergeMethod · 0.45

Calls 1

PositionRangeMethod · 0.80

Tested by

no test coverage detected