Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klauspost/compress
/ Write
Method
Write
gzhttp/writer/interface.go:13–13 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
11
// GzipWriter implements the functions needed for compressing content.
12
type
GzipWriter
interface
{
13
Write(p []byte) (int, error)
14
Close() error
15
Flush() error
16
}
Callers
15
FuzzEncoding
Function · 0.65
TestDictDecoder
Function · 0.65
write
Method · 0.65
writeTokens
Method · 0.65
writeBlockHuff
Method · 0.65
TestResetDict
Function · 0.65
benchmarkStatelessEncoder
Function · 0.65
copyBuffer
Function · 0.65
WriteTo
Method · 0.65
Write
Method · 0.65
testResetOutput
Function · 0.65
WriteTo
Method · 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
TestDictDecoder
Function · 0.52
TestResetDict
Function · 0.52
benchmarkStatelessEncoder
Function · 0.52
copyBuffer
Function · 0.52
Write
Method · 0.52
testResetOutput
Function · 0.52
Test_sequenceDecs_decodeNoBMI
Function · 0.52
FuzzEncoding
Function · 0.52
TestEncoder_SmallDict
Function · 0.52
TestEncoder_SmallDictFresh
Function · 0.52
Test_seqdec_decoder
Function · 0.52