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

Method enableLargeWindow

java/org/brotli/dec/Decode.java:285–291  ·  view source on GitHub ↗
(State s)

Source from the content-addressed store, hash-verified

283 }
284
285 static int enableLargeWindow(State s) {
286 if (s.runningState != INITIALIZED) {
287 return Utils.makeError(s, BROTLI_PANIC_STATE_NOT_FRESH);
288 }
289 s.isLargeWindow = 1;
290 return BROTLI_OK;
291 }
292
293 // TODO(eustas): do we need byte views?
294 static int attachDictionaryChunk(State s, byte[] data) {

Callers 1

enableLargeWindowMethod · 0.95

Calls 1

makeErrorMethod · 0.95

Tested by

no test coverage detected