MCPcopy
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
122func (s *Store) Release() error {
123 return s.client.Delete(s.LockPath())
124}
125
126func (s *Store) LoadTopom(must bool) (*Topom, error) {
127 return LoadTopom(s.client, s.product, must)

Callers 3

mainFunction · 0.95
CloseMethod · 0.45
handleRemoveLockMethod · 0.45

Calls 2

LockPathMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected