Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citron-neo/emulator
/ SharedPBit0
Method
SharedPBit0
externals/bc_decoder/bc_decoder.cpp:980–982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
}
979
980
constexpr Bitfield SharedPBit0() const {
981
return EndpointPBit(NumColors() - 1).Then(SPB);
982
}
983
984
constexpr Bitfield SharedPBit1() const {
985
return SharedPBit0().Then(SPB);
Callers
1
decode
Method · 0.80
Calls
1
Then
Method · 0.80
Tested by
no test coverage detected