MCPcopy 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
191type 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

WorkspaceAgentScopeFunction · 0.65

Implementers 2

Scopecoderd/rbac/scopes.go
APIKeyScopeSetcoderd/database/modelmethods.go

Calls

no outgoing calls

Tested by

no test coverage detected