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

Method Mask

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

Source from the content-addressed store, hash-verified

111public:
112 VersionBitsConditionChecker(Consensus::DeploymentPos id_) : id(id_) {}
113 uint32_t Mask(const Consensus::Params& params) const { return ((uint32_t)1) << params.vDeployments[id].bit; }
114};
115
116}

Callers 1

VersionBitsMaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected