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

Method Shutdown

cmd/cql-mysql-adapter/server.go:79–81  ·  view source on GitHub ↗

Shutdown ends the server.

()

Source from the content-addressed store, hash-verified

77
78// Shutdown ends the server.
79func (s *Server) Shutdown() {
80 s.listener.Close()
81}

Callers 2

mainFunction · 0.95
mainFunction · 0.45

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected