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