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

Method writePing

test/servertester.go:315–319  ·  view source on GitHub ↗
(ack bool, data [8]byte)

Source from the content-addressed store, hash-verified

313}
314
315func (st *serverTester) writePing(ack bool, data [8]byte) {
316 if err := st.fr.WritePing(ack, data); err != nil {
317 st.t.Fatalf("Error writing PING: %v", err)
318 }
319}

Calls 1

FatalfMethod · 0.65