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

Method UpdateClientConnState

interop/orcalb.go:82–86  ·  view source on GitHub ↗
(s balancer.ClientConnState)

Source from the content-addressed store, hash-verified

80}
81
82func (b *orcab) UpdateClientConnState(s balancer.ClientConnState) error {
83 // Delegate to the child endpoint sharding balancer, which distributes
84 // state updates to its pick_first children.
85 return b.child.UpdateClientConnState(s)
86}
87
88func (b *orcab) ResolverError(err error) {
89 // Will cause an inline picker update from endpoint sharding.

Callers

nothing calls this directly

Calls 1

UpdateClientConnStateMethod · 0.65

Tested by

no test coverage detected