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

Method Pick

balancer/lazy/lazy.go:154–157  ·  view source on GitHub ↗
(balancer.PickInfo)

Source from the content-addressed store, hash-verified

152}
153
154func (i *idlePicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
155 i.exitIdle()
156 return balancer.PickResult{}, balancer.ErrNoSubConnAvailable
157}

Callers

nothing calls this directly

Calls 1

exitIdleMethod · 0.45

Tested by

no test coverage detected