MCPcopy
hub / github.com/google/brotli / assertAccumulatorHealthy

Method assertAccumulatorHealthy

java/org/brotli/dec/BitReader.java:105–109  ·  view source on GitHub ↗
(State s)

Source from the content-addressed store, hash-verified

103 }
104
105 static void assertAccumulatorHealthy(State s) {
106 if (s.bitOffset > BITNESS) {
107 throw new IllegalStateException("Accumulator underloaded: " + s.bitOffset);
108 }
109 }
110
111 static void fillBitWindow(State s) {
112 if (BIT_READER_DEBUG != 0) {

Callers 2

fillBitWindowMethod · 0.95
doFillBitWindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected