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

Method isClosed

internal/idle/idle.go:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275func (m *Manager) isClosed() bool {
276 return atomic.LoadInt32(&m.closed) == 1
277}
278
279// Close stops the timer associated with the Manager, if it exists.
280func (m *Manager) Close() {

Callers 5

resetIdleTimerLockedMethod · 0.95
handleIdleTimeoutMethod · 0.95
OnCallBeginMethod · 0.95
ExitIdleModeMethod · 0.95
OnCallEndMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected