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

Method Notify

store/store.go:308–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306}
307
308func (s *ClusterStore) Notify() <-chan EventPayload {
309 return s.eventNotifyCh
310}
311
312func (s *ClusterStore) EmitEvent(event EventPayload) {
313 s.eventNotifyCh <- event

Callers 2

leaderEventLoopMethod · 0.80
registerSignalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected