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

Method Encode

zstd/encoder.go:33–33  ·  view source on GitHub ↗
(blk *blockEnc, src []byte)

Source from the content-addressed store, hash-verified

31
32type encoder interface {
33 Encode(blk *blockEnc, src []byte)
34 EncodeNoHist(blk *blockEnc, src []byte)
35 Block() *blockEnc
36 CRC() *xxhash.Digest

Callers 7

compressJobMethod · 0.65
nextBlockMethod · 0.65
encodeAllMethod · 0.65
EncodeMethod · 0.65
BuildDictFunction · 0.65
ExampleMakeDictFunction · 0.65
ExampleMakeDict_zstdFunction · 0.65

Calls

no outgoing calls

Tested by 2

ExampleMakeDictFunction · 0.52
ExampleMakeDict_zstdFunction · 0.52