Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
59
func
StopMirror(service *Service) {
60
service.stop()
61
}
Callers
1
startMirrorServer
Function · 0.92
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected