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

FuncType ReaderOption

s2/reader.go:54–54  ·  view source on GitHub ↗

ReaderOption is an option for creating a decoder.

func(*Reader) error

Source from the content-addressed store, hash-verified

52
53// ReaderOption is an option for creating a decoder.
54type ReaderOption func(*Reader) error
55
56// ReaderMaxBlockSize allows to control allocations if the stream
57// has been compressed with a smaller WriterBlockSize, or with the default 1MB.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…