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

Method startServerWithConnControl

test/end2end_test.go:703–706  ·  view source on GitHub ↗
(ts testgrpc.TestServiceServer)

Source from the content-addressed store, hash-verified

701}
702
703func (te *test) startServerWithConnControl(ts testgrpc.TestServiceServer) *listenerWrapper {
704 l := te.listenAndServe(ts, listenWithConnControl)
705 return l.(*listenerWrapper)
706}
707
708// startServer starts a gRPC server exposing the provided TestService
709// implementation. Callers should defer a call to te.tearDown to clean up

Calls 1

listenAndServeMethod · 0.95

Tested by

no test coverage detected