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

Function VersionBitsMask

src/versionbits.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219uint32_t VersionBitsMask(const Consensus::Params& params, Consensus::DeploymentPos pos)
220{
221 return VersionBitsConditionChecker(pos).Mask(params);
222}
223
224void VersionBitsCache::Clear()
225{

Callers 3

ComputeBlockVersionFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
getblocktemplateFunction · 0.85

Calls 2

MaskMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68