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

Method NeedsSplitting

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

Whether this cluster requires splitting. */

Source from the content-addressed store, hash-verified

151 bool IsOversized() const noexcept { return m_quality == QualityLevel::OVERSIZED_SINGLETON; }
152 /** Whether this cluster requires splitting. */
153 bool NeedsSplitting() const noexcept
154 {
155 return m_quality == QualityLevel::NEEDS_SPLIT || m_quality == QualityLevel::NEEDS_SPLIT_FIX;
156 }
157
158 /** Get the smallest number of transactions this Cluster is intended for. */
159 virtual DepGraphIndex GetMinIntendedTxCount() const noexcept = 0;

Callers 2

MakeAcceptableMethod · 0.80
SanityCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected