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

Method Name

encoding/compressor_test.go:197–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197func (f *fakeCompressor) Name() string {
198 // Use the name of an existing compressor to avoid interactions with other
199 // tests since compressors can't be un-registered.
200 return "fake"
201}
202
203type nopWriteCloser struct {
204 io.Writer

Calls

no outgoing calls

Tested by

no test coverage detected