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

Function unpackWorker

sqlchain/observer/service.go:202–210  ·  view source on GitHub ↗
(actual interface{}, _ ...interface{})

Source from the content-addressed store, hash-verified

200}
201
202func unpackWorker(actual interface{}, _ ...interface{}) (worker *subscribeWorker) {
203 if actual == nil {
204 return
205 }
206
207 worker, _ = actual.(*subscribeWorker)
208
209 return
210}
211
212func (s *Service) start() (err error) {
213 if atomic.LoadInt32(&s.stopped) == 1 {

Callers 4

subscribeMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
getAllSubscriptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected