MCPcopy Index your code
hub / github.com/aptly-dev/aptly / Remove

Method Remove

aptly/interfaces.go:45–45  ·  view source on GitHub ↗

Remove deletes file in package pool returns its size

(path string)

Source from the content-addressed store, hash-verified

43 FilepathList(progress Progress) ([]string, error)
44 // Remove deletes file in package pool returns its size
45 Remove(path string) (size int64, err error)
46}
47
48// LocalPackagePool is implemented by PackagePools residing on the same filesystem

Callers 15

runGpgvMethod · 0.65
VerifyClearsignedMethod · 0.65
ExtractClearsignedMethod · 0.65
TearDownTestMethod · 0.65
ExtractClearsignedMethod · 0.65
RemoveMethod · 0.65
LinkFromPoolMethod · 0.65
RemoveMethod · 0.65
ImportMethod · 0.65
TestRemoveMethod · 0.65
TestRemoveMethod · 0.65

Implementers 5

PackagePoolfiles/package_pool.go
fakePoolfiles/public_test.go
PackagePoolazure/package_pool.go
fakeLocalPooljfrog/public_test.go
fakeRemotePooljfrog/public_test.go

Calls

no outgoing calls

Tested by 15

TearDownTestMethod · 0.52
TestRemoveMethod · 0.52
TestRemoveMethod · 0.52
TearDownTestMethod · 0.52
TearDownTestMethod · 0.52
ExtractClearsignedMethod · 0.52
TestRemoveRepo1and2Method · 0.52
TestRemoveRepo3Method · 0.52
TestRemoveRepo5Method · 0.52
TestRemoveMethod · 0.52