MCPcopy 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

decodeMethod · 0.80

Calls 1

ThenMethod · 0.80

Tested by

no test coverage detected