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

Method Expand

coderd/rbac/scopes.go:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198type ScopeName string
199
200func (name ScopeName) Expand() (Scope, error) {
201 return ExpandScope(name)
202}
203
204func (name ScopeName) Name() RoleIdentifier {
205 return RoleIdentifier{Name: string(name)}

Callers

nothing calls this directly

Calls 1

ExpandScopeFunction · 0.85

Tested by

no test coverage detected