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

Method Filelist

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

Filelist returns list of files under prefix

(prefix string)

Source from the content-addressed store, hash-verified

75 LinkFromPool(publishedPrefix, publishedRelPath, fileName string, sourcePool PackagePool, sourcePath string, sourceChecksums utils.ChecksumInfo, force bool) error
76 // Filelist returns list of files under prefix
77 Filelist(prefix string) ([]string, error)
78 // RenameFile renames (moves) file
79 RenameFile(oldName, newName string) error
80 // SymLink creates a symbolic link, which can be read with ReadLink

Callers 15

TestFilelistMethod · 0.65
TestFilelistMethod · 0.65
TestFilelistPlusMethod · 0.65
TestRemoveDirsMethod · 0.65
TestRemoveDirsPlusMethod · 0.65
TestFilelistMethod · 0.65
TestRemoveDirsMethod · 0.65
TestFilelistMethod · 0.65
TestRemoveDirsMethod · 0.65

Implementers 6

PublishedStoragefiles/public.go
PublishedStorageazure/public.go
PublishedStoragegcs/public.go
PublishedStorages3/public.go
PublishedStorageswift/public.go
PublishedStoragejfrog/public.go

Calls

no outgoing calls

Tested by 15

TestFilelistMethod · 0.52
TestFilelistMethod · 0.52
TestFilelistPlusMethod · 0.52
TestRemoveDirsMethod · 0.52
TestRemoveDirsPlusMethod · 0.52
TestFilelistMethod · 0.52
TestRemoveDirsMethod · 0.52
TestFilelistMethod · 0.52
TestRemoveDirsMethod · 0.52