MCPcopy
hub / github.com/cloudfoundry/cli / toAppGUIDs

Function toAppGUIDs

actor/v7action/application_summary.go:279–287  ·  view source on GitHub ↗
(apps []resources.Application)

Source from the content-addressed store, hash-verified

277}
278
279func toAppGUIDs(apps []resources.Application) []string {
280 guids := make([]string, len(apps))
281
282 for i, app := range apps {
283 guids[i] = app.GUID
284 }
285
286 return guids
287}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected