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

Function CleanupContext

cmd/context.go:16–18  ·  view source on GitHub ↗

CleanupContext does partial shutdown of context

()

Source from the content-addressed store, hash-verified

14
15// CleanupContext does partial shutdown of context
16func CleanupContext() {
17 context.Cleanup()
18}
19
20// InitContext initializes context with default settings
21func InitContext(flags *flag.FlagSet) error {

Callers 1

aptlyTaskRunFunction · 0.85

Calls 1

CleanupMethod · 0.45

Tested by

no test coverage detected