Function brotli_decompressor::decode::ReadCommandInternal
source ยท pub fn ReadCommandInternal<AllocU8: Allocator<u8>, AllocU32: Allocator<u32>, AllocHC: Allocator<HuffmanCode>>(
safe: bool,
s: &mut BrotliState<AllocU8, AllocU32, AllocHC>,
insert_length: &mut i32,
input: &[u8],
insert_copy_hgroup: &[&[HuffmanCode]; 256],
) -> bool