Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
func
ShutdownContext() {
12
context.Shutdown()
13
}
14
15
// CleanupContext does partial shutdown of context
16
func
CleanupContext() {
Callers
2
aptlyServe
Function · 0.85
Run
Function · 0.85
Calls
1
Shutdown
Method · 0.65
Tested by
no test coverage detected