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

Struct statelessWriter

flate/stateless.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type statelessWriter struct {
22 dst io.Writer
23 closed bool
24}
25
26func (s *statelessWriter) Close() error {
27 if s.closed {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected