Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Mask
Method
Mask
src/versionbits.cpp:199–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
public:
198
explicit VersionBitsConditionChecker(Consensus::DeploymentPos id_) : id(id_) {}
199
uint32_t Mask(const Consensus::Params& params) const { return ((uint32_t)1) << params.vDeployments[id].bit; }
200
};
201
202
} // namespace
Callers
1
VersionBitsMask
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected