MCPcopy
hub / github.com/valyala/fasthttp / releaseZstdReader

Function releaseZstdReader

zstd.go:40–42  ·  view source on GitHub ↗
(zr *zstd.Decoder)

Source from the content-addressed store, hash-verified

38}
39
40func releaseZstdReader(zr *zstd.Decoder) {
41 zstdDecoderPool.Put(zr)
42}
43
44func acquireStacklessZstdWriter(w io.Writer, compressLevel int) stackless.Writer {
45 nLevel := normalizeZstdCompressLevel(compressLevel)

Callers 3

writeUnzstdFunction · 0.85
readFileHeaderFunction · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…