Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
341
var
_ rbac.ExpandableScope = APIKeyScopeSet{}
342
343
func
(s APIKeyScopeSet) Name() rbac.RoleIdentifier {
return
s.Scopes.Name() }
344
345
func
(s APIKeyScopeSet) Expand() (rbac.Scope, error) {
346
merged, err := s.Scopes.expandRBACScope()
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected