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

Method CountFiles

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

Source from the content-addressed store, hash-verified

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)
26}
27

Callers 1

uploadAppMethod · 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