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

Method TestPingPong1B

internal/transport/transport_test.go:2500–2502  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2498}
2499
2500func (s) TestPingPong1B(t *testing.T) {
2501 runPingPongTest(t, 1)
2502}
2503
2504func (s) TestPingPong1KB(t *testing.T) {
2505 runPingPongTest(t, 1024)

Callers

nothing calls this directly

Calls 1

runPingPongTestFunction · 0.85

Tested by

no test coverage detected