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

Function stopService

sqlchain/observer/observer.go:59–62  ·  view source on GitHub ↗
(service *Service)

Source from the content-addressed store, hash-verified

57}
58
59func stopService(service *Service) (err error) {
60 // stop subscription
61 return service.stop()
62}
63
64// StartObserver starts the observer service and http API server.
65func StartObserver(listenAddr string, version string) (service *Service, httpServer *http.Server, err error) {

Callers 1

StopObserverFunction · 0.85

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected