MCPcopy Index your code
hub / github.com/coder/coder / init

Function init

coderd/rbac/roles.go:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40)
41
42func init() {
43 // Always load defaults
44 ReloadBuiltinRoles(nil)
45}
46
47// RoleIdentifiers is a list of user assignable role names. The role names must be
48// in the builtInRoles map. Any non-user assignable roles will generate an

Callers

nothing calls this directly

Calls 1

ReloadBuiltinRolesFunction · 0.85

Tested by

no test coverage detected