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

FuncType WriterOption

s2/writer.go:903–903  ·  view source on GitHub ↗

WriterOption is an option for creating a encoder.

func(*Writer) error

Source from the content-addressed store, hash-verified

901
902// WriterOption is an option for creating a encoder.
903type WriterOption func(*Writer) error
904
905// WriterConcurrency will set the concurrency,
906// meaning the maximum number of decoders to run concurrently.

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…