Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
func
(customLBB) Name() string {
return
"customLB"
}
56
57
func
init() {
58
balancer.Register(customLBB{})
59
}
60
61
type
ccWrapper
struct
{
62
balancer.ClientConn
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected