Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
79
func
(s *Server) Shutdown() {
80
s.listener.Close()
81
}
Callers
2
main
Function · 0.95
main
Function · 0.45
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected