Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ Release
Method
Release
pkg/models/store.go:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
(s *Store) Release() error {
123
return
s.client.Delete(s.LockPath())
124
}
125
126
func
(s *Store) LoadTopom(must bool) (*Topom, error) {
127
return
LoadTopom(s.client, s.product, must)
Callers
3
main
Function · 0.95
Close
Method · 0.45
handleRemoveLock
Method · 0.45
Calls
2
LockPath
Method · 0.95
Delete
Method · 0.65
Tested by
no test coverage detected