MCPcopy 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
336func (s *ClusterStore) Close() error {
337 return s.e.Close()
338}
339
340func (s *ClusterStore) Stop() error {
341 return nil

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected