Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ Close
Method
Close
gzhttp/writer/interface.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
GzipWriter
interface
{
13
Write(p []byte) (int, error)
14
Close() error
15
Flush() error
16
}
17
Callers
15
FuzzEncoding
Function · 0.65
testBlock
Function · 0.65
Example_dictionary
Function · 0.65
Example_synchronization
Function · 0.65
TestResetDict
Function · 0.65
benchmarkStatelessEncoder
Function · 0.65
testResetOutput
Function · 0.65
main
Function · 0.65
TestHeader_Decode
Function · 0.65
Close
Method · 0.65
Close
Method · 0.65
Test_sequenceDecs_decodeNoBMI
Function · 0.65
Implementers
7
Writer
flate/deflate.go
Encoder
zstd/encoder.go
Writer
internal/snapref/encode.go
Writer
gzip/gzip.go
GzipResponseWriter
gzhttp/compress.go
Writer
zlib/writer.go
Writer
s2/writer.go
Calls
no outgoing calls
Tested by
15
FuzzEncoding
Function · 0.52
testBlock
Function · 0.52
Example_dictionary
Function · 0.52
Example_synchronization
Function · 0.52
TestResetDict
Function · 0.52
benchmarkStatelessEncoder
Function · 0.52
testResetOutput
Function · 0.52
TestHeader_Decode
Function · 0.52
Test_sequenceDecs_decodeNoBMI
Function · 0.52
TestSnappy_ConvertSimple
Function · 0.52
TestSnappy_ConvertXML
Function · 0.52
TestSnappy_ConvertSilesia
Function · 0.52