Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
89
func
(coll userCollection) all() (output []userWithRoles) {
90
for
_, u :=
range
coll {
91
output = append(output, u)
92
}
93
return
output
94
}
95
96
func
rolesToString(roles []models.Role) []string {
97
var
rolesStr []string
Callers
1
PrintUsers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected