MCPcopy Index your code
hub / github.com/CodisLabs/codis / Close

Method Close

pkg/models/store.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (s *Store) Close() error {
83 return s.client.Close()
84}
85
86func (s *Store) Client() Client {
87 return s.client

Callers 1

mainFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected