MCPcopy
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
84func (b *bal) ExitIdle() {
85 if b.bf.ExitIdle != nil {
86 b.bf.ExitIdle(b.bd)
87 }
88}
89
90type bb struct {
91 name string

Callers

nothing calls this directly

Calls 1

ExitIdleMethod · 0.65

Tested by

no test coverage detected