MCPcopy Create free account
hub / github.com/ElementsProject/elements / Statistics

Method Statistics

src/versionbits.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231BIP9Stats VersionBitsCache::Statistics(const CBlockIndex* pindex, const Consensus::Params& params, Consensus::DeploymentPos pos, std::vector<bool>* signalling_blocks)
232{
233 return VersionBitsConditionChecker(pos).GetStateStatisticsFor(pindex, params, signalling_blocks);
234}
235
236int VersionBitsCache::StateSinceHeight(const CBlockIndex* pindexPrev, const Consensus::Params& params, Consensus::DeploymentPos pos)
237{

Callers 1

SoftForkDescPushBackFunction · 0.80

Calls 2

GetStateStatisticsForMethod · 0.45

Tested by

no test coverage detected