Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
377
func
(s *Topom) IsClosed() bool {
378
s.mu.Lock()
379
defer
s.mu.Unlock()
380
return
s.closed
381
}
382
383
func
(s *Topom) GetSlotActionInterval() int {
384
return
s.action.interval.AsInt()
Callers
4
Start
Method · 0.95
serveAdmin
Method · 0.95
TestTopomClose
Function · 0.45
verifyXAuth
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestTopomClose
Function · 0.36