MCPcopy Index your code
hub / github.com/google/brotli / decodeCommandBlockSwitch

Method decodeCommandBlockSwitch

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

Source from the content-addressed store, hash-verified

762 }
763
764 private static void decodeCommandBlockSwitch(State s) {
765 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes);
766 s.commandTreeIdx = s.rings[7];
767 }
768
769 private static void decodeDistanceBlockSwitch(State s) {
770 s.distanceBlockLength = decodeBlockTypeAndLength(s, 2, s.numDistanceBlockTypes);

Callers 1

decompressMethod · 0.95

Calls 1

Tested by

no test coverage detected