MCPcopy
hub / github.com/passteque/gluetun / stopServer

Method stopServer

internal/dns/run.go:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (l *Loop) stopServer() {
116 stopErr := l.server.Stop()
117 if stopErr != nil {
118 l.logger.Error("stopping server: " + stopErr.Error())
119 }
120}

Callers 2

setupServerMethod · 0.95
runWaitMethod · 0.95

Calls 2

StopMethod · 0.65
ErrorMethod · 0.65

Tested by

no test coverage detected