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