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

Function init

orca/producer_test.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55func (customLBB) Name() string { return "customLB" }
56
57func init() {
58 balancer.Register(customLBB{})
59}
60
61type ccWrapper struct {
62 balancer.ClientConn

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected