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

Method FilepathList

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

FilepathList returns file paths of all the files in the pool

(progress Progress)

Source from the content-addressed store, hash-verified

41 Open(path string) (ReadSeekerCloser, error)
42 // FilepathList returns file paths of all the files in the pool
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}

Callers 7

TestFilepathListMethod · 0.65
TestRemoveMethod · 0.65
TestFilepathListMethod · 0.65
TestFilepathListMethod · 0.65
TestRemoveMethod · 0.65
aptlyDBCleanupFunction · 0.65
apiDBCleanupFunction · 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 5

TestFilepathListMethod · 0.52
TestRemoveMethod · 0.52
TestFilepathListMethod · 0.52
TestFilepathListMethod · 0.52
TestRemoveMethod · 0.52