Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
func
(s *ClusterStore) Notify() <-
chan
EventPayload {
309
return
s.eventNotifyCh
310
}
311
312
func
(s *ClusterStore) EmitEvent(event EventPayload) {
313
s.eventNotifyCh <- event
Callers
2
leaderEventLoop
Method · 0.80
registerSignal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected