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

Function AppendZstdBytes

zstd.go:135–137  ·  view source on GitHub ↗

AppendZstdBytes appends zstd src to dst and returns the resulting dst.

(dst, src []byte)

Source from the content-addressed store, hash-verified

133
134// AppendZstdBytes appends zstd src to dst and returns the resulting dst.
135func AppendZstdBytes(dst, src []byte) []byte {
136 return AppendZstdBytesLevel(dst, src, CompressZstdDefault)
137}
138
139// WriteUnzstd writes unzstd p to w and returns the number of uncompressed
140// bytes written to w.

Callers 2

testZstdBytesSingleCaseFunction · 0.85

Calls 1

AppendZstdBytesLevelFunction · 0.85

Tested by 2

testZstdBytesSingleCaseFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…