MCPcopy Create free account
hub / github.com/LUX-Core/lux / Mask

Method Mask

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

Source from the content-addressed store, hash-verified

185public:
186 VersionBitsConditionChecker(Consensus::DeploymentPos id_) : id(id_) {}
187 uint32_t Mask(const Consensus::Params& params) const { return ((uint32_t)1) << params.vDeployments[id].bit; }
188};
189
190}

Callers 1

VersionBitsMaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected