Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Write
Method
Write
credentials/alts/internal/conn/record_test.go:77–79 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(c *testConn) Write(b []byte) (n int, err error) {
78
return
c.out.Write(b)
79
}
80
81
func
(c *testConn) Close() error {
82
return
nil
Callers
nothing calls this directly
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected