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

Method ToModels

cf/api/app_summary.go:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (resource ApplicationSummaries) ToModels() (apps []models.ApplicationFields) {
18 for _, application := range resource.Apps {
19 apps = append(apps, application.ToFields())
20 }
21 return
22}
23
24type ApplicationFromSummary struct {
25 GUID string

Callers

nothing calls this directly

Calls 1

ToFieldsMethod · 0.65

Tested by

no test coverage detected