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

Method Build

orca/producer_test.go:51–53  ·  view source on GitHub ↗
(cc balancer.ClientConn, opts balancer.BuildOptions)

Source from the content-addressed store, hash-verified

49type customLBB struct{}
50
51func (customLBB) Build(cc balancer.ClientConn, opts balancer.BuildOptions) balancer.Balancer {
52 return balancer.Get(roundrobin.Name).Build(&ccWrapper{ClientConn: cc}, opts)
53}
54
55func (customLBB) Name() string { return "customLB" }
56

Callers

nothing calls this directly

Calls 2

GetFunction · 0.92
BuildMethod · 0.65

Tested by

no test coverage detected