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

Function enableEagerOutput

js/decode.ts:111–117  ·  view source on GitHub ↗
(s: State)

Source from the content-addressed store, hash-verified

109 return 17;
110}
111function enableEagerOutput(s: State): number {
112 if (s.runningState !== 1) {
113 return makeError(s, -24);
114 }
115 s.isEager = 1;
116 return 0;
117}
118function enableLargeWindow(s: State): number {
119 if (s.runningState !== 1) {
120 return makeError(s, -24);

Callers

nothing calls this directly

Calls 1

makeErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…