MCPcopy
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
73func (c *testConn) Read(b []byte) (n int, err error) {
74 return c.in.Read(b)
75}
76
77func (c *testConn) Write(b []byte) (n int, err error) {
78 return c.out.Write(b)

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.65

Tested by

no test coverage detected