MCPcopy Create free account
hub / github.com/klauspost/compress / Read

Method Read

zstd/decoder.go:624–626  ·  view source on GitHub ↗

Read forwards read calls to the decoder.

(p []byte)

Source from the content-addressed store, hash-verified

622
623// Read forwards read calls to the decoder.
624func (c closeWrapper) Read(p []byte) (n int, err error) {
625 return c.d.Read(p)
626}
627
628// Close closes the decoder.
629func (c closeWrapper) Close() error {

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected