Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
(s *Store) Close() error {
83
return
s.client.Close()
84
}
85
86
func
(s *Store) Client() Client {
87
return
s.client
Callers
1
main
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected