MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / VersionBitsStatistics

Function VersionBitsStatistics

src/versionbits.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209BIP9Stats VersionBitsStatistics(const CBlockIndex* pindexPrev, const Consensus::Params& params, Consensus::DeploymentPos pos)
210{
211 return VersionBitsConditionChecker(pos).GetStateStatisticsFor(pindexPrev, params);
212}
213
214int VersionBitsStateSinceHeight(const CBlockIndex* pindexPrev, const Consensus::Params& params, Consensus::DeploymentPos pos, VersionBitsCache& cache)
215{

Callers 1

VersionBitsTipStatisticsFunction · 0.85

Calls 2

GetStateStatisticsForMethod · 0.80

Tested by

no test coverage detected