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

Method Condition

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

Source from the content-addressed store, hash-verified

43 }
44
45 bool Condition(const CBlockIndex* pindex, const Consensus::Params& params) const override { return Condition(pindex->nVersion); }
46 int64_t BeginTime(const Consensus::Params& params) const override { return m_begin; }
47 int64_t EndTime(const Consensus::Params& params) const override { return m_end; }
48 int Period(const Consensus::Params& params) const override { return m_period; }

Callers 1

FUZZ_TARGET_INITFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected