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

Method Close

zstd/decoder.go:629–632  ·  view source on GitHub ↗

Close closes the decoder.

()

Source from the content-addressed store, hash-verified

627
628// Close closes the decoder.
629func (c closeWrapper) Close() error {
630 c.d.Close()
631 return nil
632}
633
634type decodeOutput struct {
635 d *blockDec

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected