MCPcopy
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
77func (c *testConn) Write(b []byte) (n int, err error) {
78 return c.out.Write(b)
79}
80
81func (c *testConn) Close() error {
82 return nil

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected