Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ fakeExitIdler
Struct
fakeExitIdler
balancer/ringhash/picker_test.go:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
type
fakeExitIdler
struct
{
69
sc *testutils.TestSubConn
70
}
71
72
func
(ei *fakeExitIdler) ExitIdle() {
73
ei.sc.Connect()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected