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