Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks-controller
/ Close
Method
Close
store/store.go:336–338 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
334
}
335
336
func
(s *ClusterStore) Close() error {
337
return
s.e.Close()
338
}
339
340
func
(s *ClusterStore) Stop() error {
341
return
nil
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected