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

Struct emptyPreparedAuthorized

coderd/database/dbauthz/setup_test.go:590–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590type emptyPreparedAuthorized struct{}
591
592func (emptyPreparedAuthorized) Authorize(_ context.Context, _ rbac.Object) error { return nil }
593func (emptyPreparedAuthorized) CompileToSQL(_ context.Context, _ regosql.ConvertConfig) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected