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

Function decodeCommandBlockSwitch

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

Source from the content-addressed store, hash-verified

575 s.contextLookupOffset2 = s.contextLookupOffset1 + 256;
576}
577function decodeCommandBlockSwitch(s: State): void {
578 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes);
579 s.commandTreeIdx = s.rings[7];
580}
581function decodeDistanceBlockSwitch(s: State): void {
582 s.distanceBlockLength = decodeBlockTypeAndLength(s, 2, s.numDistanceBlockTypes);
583 s.distContextMapSlice = s.rings[9] << 2;

Callers 1

decompressFunction · 0.70

Calls 1

decodeBlockTypeAndLengthFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…