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

Method GetStateFor

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

Source from the content-addressed store, hash-verified

37 }
38
39 ThresholdState GetStateFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateFor(pindexPrev, m_cache); }
40 int GetStateSinceHeightFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateSinceHeightFor(pindexPrev, m_cache); }
41};
42

Callers 1

versionbits.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected