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

Struct testWriteCloser

rpc_util_test.go:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type testWriteCloser struct {
68 io.Writer
69}
70
71func (w *testWriteCloser) Close() error {
72 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected