Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ stopAPI
Function
stopAPI
sqlchain/observer/api.go:733–735 ·
view source on GitHub ↗
(server *http.Server)
Source
from the content-addressed store, hash-verified
731
}
732
733
func
stopAPI(server *http.Server) (err error) {
734
return
server.Shutdown(context.Background())
735
}
Callers
1
StopObserver
Function · 0.85
Calls
1
Shutdown
Method · 0.45
Tested by
no test coverage detected