MCPcopy
hub / github.com/klauspost/compress / newBlockDec

Function newBlockDec

zstd/blockdec.go:119–124  ·  view source on GitHub ↗
(lowMem bool)

Source from the content-addressed store, hash-verified

117}
118
119func newBlockDec(lowMem bool) *blockDec {
120 b := blockDec{
121 lowMem: lowMem,
122 }
123 return &b
124}
125
126// reset will reset the block.
127// Input must be a start of a block and will be at the end of the block when returned.

Callers 1

NewReaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…