MCPcopy Create free account
hub / github.com/aptly-dev/aptly / ShutdownContext

Function ShutdownContext

cmd/context.go:11–13  ·  view source on GitHub ↗

ShutdownContext shuts context down

()

Source from the content-addressed store, hash-verified

9
10// ShutdownContext shuts context down
11func ShutdownContext() {
12 context.Shutdown()
13}
14
15// CleanupContext does partial shutdown of context
16func CleanupContext() {

Callers 2

aptlyServeFunction · 0.85
RunFunction · 0.85

Calls 1

ShutdownMethod · 0.65

Tested by

no test coverage detected