MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / newSubscribeWorker

Function newSubscribeWorker

sqlchain/observer/worker.go:41–47  ·  view source on GitHub ↗
(dbID proto.DatabaseID, head int32, s *Service)

Source from the content-addressed store, hash-verified

39}
40
41func newSubscribeWorker(dbID proto.DatabaseID, head int32, s *Service) *subscribeWorker {
42 return &subscribeWorker{
43 dbID: dbID,
44 head: head,
45 s: s,
46 }
47}
48
49func (w *subscribeWorker) run() {
50 defer w.wg.Done()

Callers 2

NewServiceFunction · 0.85
subscribeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected