Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Expand
Method
Expand
coderd/rbac/scopes.go:192–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
191
type
ExpandableScope
interface
{
192
Expand() (Scope, error)
193
// Name is for logging and tracing purposes, we want to know the human
194
// name of the scope.
195
Name() RoleIdentifier
Callers
1
WorkspaceAgentScope
Function · 0.65
Implementers
2
Scope
coderd/rbac/scopes.go
APIKeyScopeSet
coderd/database/modelmethods.go
Calls
no outgoing calls
Tested by
no test coverage detected