Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Do
Method
Do
rpc_util.go:55–55 ·
view source on GitHub ↗
Do compresses p into w.
(w io.Writer, p []byte)
Source
from the content-addressed store, hash-verified
53
type
Compressor
interface
{
54
// Do compresses p into w.
55
Do(w io.Writer, p []byte) error
56
// Type returns the compression algorithm the Compressor uses.
57
Type() string
58
}
Callers
15
stop
Method · 0.65
compress
Function · 0.65
decompress
Function · 0.65
TestCompress
Method · 0.65
bmCompressor
Function · 0.65
recorder
Method · 0.65
file_grpc_binlog_v1_binarylog_proto_rawDescGZIP
Function · 0.65
file_grpc_reflection_v1_reflection_proto_rawDescGZIP
Function · 0.65
file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP
Function · 0.65
file_reflection_grpc_testing_proto2_proto_rawDescGZIP
Function · 0.65
file_reflection_grpc_testing_proto2_ext2_proto_rawDescGZIP
Function · 0.65
file_reflection_grpc_testing_test_proto_rawDescGZIP
Function · 0.65
Calls
no outgoing calls
Tested by
4
TestCompress
Method · 0.52
bmCompressor
Function · 0.52
TestServeHTTP_GracefulStop
Method · 0.52
Close
Method · 0.52