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

Method EnterIdleMode

clientconn.go:380–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378type idler ClientConn
379
380func (i *idler) EnterIdleMode() {
381 (*ClientConn)(i).enterIdleMode()
382}
383
384func (i *idler) ExitIdleMode() {
385 // Ignore the error returned from this method, because from the perspective

Callers

nothing calls this directly

Calls 1

enterIdleModeMethod · 0.80

Tested by

no test coverage detected