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

Method Output

coderd/rbac/error.go:103–105  ·  view source on GitHub ↗

Output contains the results of the Rego query for debugging.

()

Source from the content-addressed store, hash-verified

101
102// Output contains the results of the Rego query for debugging.
103func (e *UnauthorizedError) Output() rego.ResultSet {
104 return e.output
105}
106
107// As implements the errors.As interface.
108func (*UnauthorizedError) As(target interface{}) bool {

Callers 1

testAuthorizeFunction · 0.95

Calls

no outgoing calls

Tested by 1

testAuthorizeFunction · 0.76