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

Method all

cf/actors/userprint/plugin.go:89–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (coll userCollection) all() (output []userWithRoles) {
90 for _, u := range coll {
91 output = append(output, u)
92 }
93 return output
94}
95
96func rolesToString(roles []models.Role) []string {
97 var rolesStr []string

Callers 1

PrintUsersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected