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

Function init

balancer/leastrequest/leastrequest.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46)
47
48func init() {
49 balancer.Register(bb{})
50}
51
52// LBConfig is the balancer config for least_request_experimental balancer.
53type LBConfig struct {

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected