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

Function StopMirror

sqlchain/mirror/server.go:59–61  ·  view source on GitHub ↗

StopMirror stops the mirror server.

(service *Service)

Source from the content-addressed store, hash-verified

57
58// StopMirror stops the mirror server.
59func StopMirror(service *Service) {
60 service.stop()
61}

Callers 1

startMirrorServerFunction · 0.92

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected