MCPcopy
hub / github.com/cloudfoundry/cli / AppFilesInDir

Method AppFilesInDir

cf/appfiles/app_files.go:22–22  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

20
21type AppFiles interface {
22 AppFilesInDir(dir string) (appFiles []models.AppFileFields, err error)
23 CopyFiles(appFiles []models.AppFileFields, fromDir, toDir string) (err error)
24 CountFiles(directory string) int64
25 WalkAppFiles(dir string, onEachFile func(string, string) error) (err error)

Callers 2

processPathCallbackMethod · 0.65
app_files_test.goFile · 0.65

Implementers 2

ApplicationFilescf/appfiles/app_files.go
FakeAppFilescf/appfiles/appfilesfakes/fake_app_fil

Calls

no outgoing calls

Tested by

no test coverage detected