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

Struct PackagePool

files/package_pool.go:20–25  ·  view source on GitHub ↗

PackagePool is deduplicated storage of package files on filesystem

Source from the content-addressed store, hash-verified

18
19// PackagePool is deduplicated storage of package files on filesystem
20type PackagePool struct {
21 sync.Mutex
22
23 rootPath string
24 supportLegacyPaths bool
25}
26
27// Check interface
28var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected