Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ rolesToString
Function
rolesToString
cf/actors/userprint/plugin.go:96–102 ·
view source on GitHub ↗
(roles []models.Role)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
rolesToString(roles []models.Role) []string {
97
var
rolesStr []string
98
for
_, role :=
range
roles {
99
rolesStr = append(rolesStr, role.ToString())
100
}
101
return
rolesStr
102
}
Callers
2
NewOrgUsersPluginPrinter
Function · 0.85
NewSpaceUsersPluginPrinter
Function · 0.85
Calls
1
ToString
Method · 0.80
Tested by
no test coverage detected