MCPcopy
hub / github.com/grpc/grpc-go / TestWriteLargeData

Method TestWriteLargeData

credentials/alts/internal/conn/record_test.go:326–330  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

324}
325
326func (s) TestWriteLargeData(t *testing.T) {
327 for _, rp := range recordProtocols {
328 testWriteLargeData(t, rp)
329 }
330}
331
332func testProtectedBuffer(t *testing.T, rp string) {
333 key := []byte{

Callers

nothing calls this directly

Calls 1

testWriteLargeDataFunction · 0.85

Tested by

no test coverage detected