MCPcopy 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
733func stopAPI(server *http.Server) (err error) {
734 return server.Shutdown(context.Background())
735}

Callers 1

StopObserverFunction · 0.85

Calls 1

ShutdownMethod · 0.45

Tested by

no test coverage detected