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

Method Close

internal/balancer/gracefulswitch/gracefulswitch_test.go:877–879  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

875}
876
877func (mb1 *mockBalancer) Close() {
878 mb1.closeCh.Send(struct{}{})
879}
880
881func (mb1 *mockBalancer) ExitIdle() {
882 mb1.exitIdleCh.Send(struct{}{})

Callers

nothing calls this directly

Calls 1

SendMethod · 0.65

Tested by

no test coverage detected