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

Interface BrotliDecodeOptions

js/decode.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5*/
6
7interface BrotliDecodeOptions {
8 customDictionary: Int8Array|null;
9}
10
11/* GENERATED CODE BEGIN */
12const MAX_HUFFMAN_TABLE_SIZE: Int32Array = Int32Array.from([256, 402, 436, 468, 500, 534, 566, 598, 630, 662, 694, 726, 758, 790, 822, 854, 886, 920, 952, 984, 1016, 1048, 1080]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…