Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
629
func
(c closeWrapper) Close() error {
630
c.d.Close()
631
return
nil
632
}
633
634
type
decodeOutput
struct
{
635
d *blockDec
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected