MCPcopy
hub / github.com/grpc/grpc-go / TestCompressOK

Method TestCompressOK

test/compressor_test.go:161–165  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

159}
160
161func (s) TestCompressOK(t *testing.T) {
162 for _, e := range listTestEnv() {
163 testCompressOK(t, e)
164 }
165}
166
167func testCompressOK(t *testing.T, e env) {
168 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testCompressOKFunction · 0.85

Tested by

no test coverage detected