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

Method Read

cf/api/applications/applications.go:25–25  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

23 GetAppRoutes(appGUID string) ([]models.Route, error)
24 GetApp(appGUID string) (models.Application, error)
25 Read(name string) (app models.Application, apiErr error)
26 ReadFromSpace(name string, spaceGUID string) (app models.Application, apiErr error)
27 Update(appGUID string, params models.AppParams) (updatedApp models.Application, apiErr error)
28 Delete(appGUID string) (apiErr error)

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected