Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ gzipCompressor
Struct
gzipCompressor
repo/compression/compressor_gzip.go:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
type
gzipCompressor
struct
{
32
id HeaderID
33
header []byte
34
pool sync.Pool
35
}
36
37
func
(c *gzipCompressor) HeaderID() HeaderID {
38
return
c.id
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected