Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ Write
Method
Write
grpcencoding/snappy/snappy.go:59–61 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(w writeCloser) Write(p []byte) (n int, err error) {
60
return
w.writer.Write(p)
61
}
62
63
func
(w writeCloser) Close() error {
64
defer
func
() {
Callers
3
TestSnappy
Function · 0.45
BenchmarkSnappyCompress
Function · 0.45
BenchmarkSnappyDecompress
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestSnappy
Function · 0.36
BenchmarkSnappyCompress
Function · 0.36
BenchmarkSnappyDecompress
Function · 0.36