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

Function startService

sqlchain/observer/observer.go:46–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func startService() (service *Service, err error) {
47 // register observer service to rpc server
48 service, err = NewService()
49 if err != nil {
50 return
51 }
52
53 // start observer service
54 service.start()
55
56 return
57}
58
59func stopService(service *Service) (err error) {
60 // stop subscription

Callers 1

StartObserverFunction · 0.85

Calls 2

NewServiceFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected