MCPcopy Index your code
hub / github.com/cloudfoundry/cli / WalkAppFiles

Method WalkAppFiles

cf/appfiles/app_files.go:25–25  ·  view source on GitHub ↗
(dir string, onEachFile func(string, string) error)

Source from the content-addressed store, hash-verified

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)
26}
27
28type ApplicationFiles struct{}

Callers 1

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