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

Method setPingAck

internal/transport/transport_test.go:617–619  ·  view source on GitHub ↗
(ack bool)

Source from the content-addressed store, hash-verified

615}
616
617func (s *controllablePingServer) setPingAck(ack bool) {
618 s.pingAck.Store(ack)
619}
620
621func (s *controllablePingServer) serve(t *testing.T, conn net.Conn) {
622 // Read frame to consume the client preface.

Calls

no outgoing calls

Tested by

no test coverage detected