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

Function newTestHealthServer

test/healthcheck_test.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51)
52
53func newTestHealthServer() *testHealthServer {
54 return newTestHealthServerWithWatchFunc(defaultWatchFunc)
55}
56
57func newTestHealthServerWithWatchFunc(f healthWatchFunc) *testHealthServer {
58 return &testHealthServer{

Callers 1

setupServerFunction · 0.85

Calls 1

Tested by

no test coverage detected