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

Method clear

src/test/versionbits_tests.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 ThresholdState StateFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateFor(pindexPrev, cache); }
32 int StateSinceHeightFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateSinceHeightFor(pindexPrev, cache); }
33 void clear() { cache.clear(); }
34};
35
36namespace {

Callers 1

VersionBitsTesterClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected