MCPcopy
hub / github.com/CodisLabs/codis / IsClosed

Method IsClosed

pkg/topom/topom.go:377–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375}
376
377func (s *Topom) IsClosed() bool {
378 s.mu.Lock()
379 defer s.mu.Unlock()
380 return s.closed
381}
382
383func (s *Topom) GetSlotActionInterval() int {
384 return s.action.interval.AsInt()

Callers 4

StartMethod · 0.95
serveAdminMethod · 0.95
TestTopomCloseFunction · 0.45
verifyXAuthMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestTopomCloseFunction · 0.36