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

TypeAlias ScopeName

coderd/rbac/scopes.go:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198type ScopeName string
199
200func (name ScopeName) Expand() (Scope, error) {
201 return ExpandScope(name)

Callers 6

postTokenMethod · 0.92
TestExpandScopeFunction · 0.92
ToRBACMethod · 0.92
TestExternalScopeNamesFunction · 0.85
ValidMethod · 0.85
AllScopeNameValuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected