Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ init
Function
init
interop/orcalb.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
var
orcaLogger = grpclog.Component(
"orca"
)
40
41
func
init() {
42
balancer.Register(orcabb{})
43
}
44
45
type
orcabb
struct
{}
46
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected