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

Function init

clientconn_test.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54var testBalancerBuilder = newStateRecordingBalancerBuilder()
55
56func init() {
57 balancer.Register(testBalancerBuilder)
58}
59
60func parseCfg(r *manual.Resolver, s string) *serviceconfig.ParseResult {
61 scpr := r.CC().ParseServiceConfig(s)

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected