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

Method healthCheckConfig

clientconn.go:1126–1133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1124}
1125
1126func (cc *ClientConn) healthCheckConfig() *healthCheckConfig {
1127 cc.mu.RLock()
1128 defer cc.mu.RUnlock()
1129 if cc.sc == nil {
1130 return nil
1131 }
1132 return cc.sc.healthCheckConfig
1133}
1134
1135func (cc *ClientConn) applyServiceConfigAndBalancer(sc *ServiceConfig, configSelector iresolver.ConfigSelector) {
1136 if sc == nil {

Callers 2

startHealthCheckMethod · 0.80
healthListenerRegFnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected