Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
type
testWriteCloser
struct
{
68
io.Writer
69
}
70
71
func
(w *testWriteCloser) Close() error {
72
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected