Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
public:
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
VersionBitsMask
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected