MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / ID

Method ID

store/store.go:332–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330}
331
332func (s *ClusterStore) ID() string {
333 return s.e.ID()
334}
335
336func (s *ClusterStore) Close() error {
337 return s.e.Close()

Callers

nothing calls this directly

Calls 1

IDMethod · 0.65

Tested by

no test coverage detected