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

Method GetStateFor

src/test/fuzz/versionbits.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 int MinActivationHeight(const Consensus::Params& params) const override { return m_min_activation_height; }
51
52 ThresholdState GetStateFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateFor(pindexPrev, dummy_params, m_cache); }
53 int GetStateSinceHeightFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateSinceHeightFor(pindexPrev, dummy_params, m_cache); }
54 BIP9Stats GetStateStatisticsFor(const CBlockIndex* pindex, std::vector<bool>* signals=nullptr) const { return AbstractThresholdConditionChecker::GetStateStatisticsFor(pindex, dummy_params, signals); }
55

Callers 1

FUZZ_TARGET_INITFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected