Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citron-neo/emulator
/ Alpha
Method
Alpha
externals/bc_decoder/bc_decoder.cpp:972–974 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
970
}
971
972
constexpr Bitfield Alpha(int idx) const {
973
return Blue(NumColors() - 1).Then(AB * idx).Then(AB);
974
}
975
976
constexpr Bitfield EndpointPBit(int idx) const {
977
return Alpha(NumColors() - 1).Then(EPB * idx).Then(EPB);
Callers
1
decode
Method · 0.80
Calls
1
Then
Method · 0.80
Tested by
no test coverage detected