Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ ExitIdle
Method
ExitIdle
internal/balancer/stub/stub.go:84–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(b *bal) ExitIdle() {
85
if
b.bf.ExitIdle != nil {
86
b.bf.ExitIdle(b.bd)
87
}
88
}
89
90
type
bb
struct
{
91
name string
Callers
nothing calls this directly
Calls
1
ExitIdle
Method · 0.65
Tested by
no test coverage detected