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

Method ProcessPath

cf/actors/push.go:26–26  ·  view source on GitHub ↗
(dirOrZipFile string, f func(string) error)

Source from the content-addressed store, hash-verified

24type PushActor interface {
25 UploadApp(appGUID string, zipFile *os.File, presentFiles []resources.AppFileResource) error
26 ProcessPath(dirOrZipFile string, f func(string) error) error
27 GatherFiles(localFiles []models.AppFileFields, appDir string, uploadDir string, useCache bool) ([]resources.AppFileResource, bool, error)
28 ValidateAppParams(apps []models.AppParams) []error
29 MapManifestRoute(routeName string, app models.Application, appParamsFromContext models.AppParams) error

Callers 2

ExecuteMethod · 0.65
push_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected