Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
func
(s *ClusterStore) Leader() string {
329
return
s.e.Leader()
330
}
331
332
func
(s *ClusterStore) ID() string {
333
return
s.e.ID()
Callers
nothing calls this directly
Calls
1
Leader
Method · 0.65
Tested by
no test coverage detected