MCPcopy 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
316func (s *ClusterStore) GetEngine() engine.Engine {
317 return s.e
318}
319
320func (s *ClusterStore) LeaderChange() <-chan bool {
321 return s.e.LeaderChange()

Callers 2

RedirectIfNotLeaderFunction · 0.80
RequiredRaftEngineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected