Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ SentinelPath
Method
SentinelPath
pkg/models/store.go:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
func
(s *Store) SentinelPath() string {
115
return
SentinelPath(s.product)
116
}
117
118
func
(s *Store) Acquire(topom *Topom) error {
119
return
s.client.Create(s.LockPath(), topom.Encode())
Callers
2
LoadSentinel
Method · 0.95
UpdateSentinel
Method · 0.95
Calls
1
SentinelPath
Function · 0.85
Tested by
no test coverage detected