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

Method Leader

store/store.go:328–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326}
327
328func (s *ClusterStore) Leader() string {
329 return s.e.Leader()
330}
331
332func (s *ClusterStore) ID() string {
333 return s.e.ID()

Callers

nothing calls this directly

Calls 1

LeaderMethod · 0.65

Tested by

no test coverage detected