MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / VersionBitsMask

Function VersionBitsMask

src/versionbits.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123uint32_t VersionBitsMask(const Consensus::Params& params, Consensus::DeploymentPos pos)
124{
125 return VersionBitsConditionChecker(pos).Mask(params);
126}
127
128void VersionBitsCache::Clear()
129{

Callers 2

ComputeBlockVersionFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

MaskMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68