Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks-controller
/ GetEngine
Method
GetEngine
store/store.go:316–318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
314
}
315
316
func
(s *ClusterStore) GetEngine() engine.Engine {
317
return
s.e
318
}
319
320
func
(s *ClusterStore) LeaderChange() <-
chan
bool {
321
return
s.e.LeaderChange()
Callers
2
RedirectIfNotLeader
Function · 0.80
RequiredRaftEngine
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected