MCPcopy Create free account
hub / github.com/coderforlife/ms-compress / MaskIsZero

Function MaskIsZero

include/mscomp/Bitstream.h:58–58  ·  view source on GitHub ↗

we can't do a single shift because if n is 0 then a shift by 32 is undefined Check if all pre-read bits are 0, essentially Peek(AvailableBits()) == 0 (except that AvailableBits can be larger than 16, which Peek does not allow) If there are 0 pre-read bits, returns true

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected