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

Method Name

coderd/database/modelmethods.go:343–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341var _ rbac.ExpandableScope = APIKeyScopeSet{}
342
343func (s APIKeyScopeSet) Name() rbac.RoleIdentifier { return s.Scopes.Name() }
344
345func (s APIKeyScopeSet) Expand() (rbac.Scope, error) {
346 merged, err := s.Scopes.expandRBACScope()

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected