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

Method Shutdown

sqlchain/adapter/server.go:88–92  ·  view source on GitHub ↗

Shutdown shutdown the service.

(ctx context.Context)

Source from the content-addressed store, hash-verified

86
87// Shutdown shutdown the service.
88func (adapter *HTTPAdapter) Shutdown(ctx context.Context) {
89 if adapter.server != nil {
90 adapter.server.Shutdown(ctx)
91 }
92}

Callers 2

startAdapterServerFunction · 0.95
stopAPIFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected