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

Method readBig

zstd/bytebuf.go:19–19  ·  view source on GitHub ↗

Read >8 bytes. MAY use the destination slice.

(n int, dst []byte)

Source from the content-addressed store, hash-verified

17 // Read >8 bytes.
18 // MAY use the destination slice.
19 readBig(n int, dst []byte) ([]byte, error)
20
21 // Read a single byte.
22 readByte() (byte, error)

Callers 1

resetMethod · 0.65

Implementers 1

readerWrapperzstd/bytebuf.go

Calls

no outgoing calls

Tested by

no test coverage detected