| 588 | } |
| 589 | |
| 590 | type emptyPreparedAuthorized struct{} |
| 591 | |
| 592 | func (emptyPreparedAuthorized) Authorize(_ context.Context, _ rbac.Object) error { return nil } |
| 593 | func (emptyPreparedAuthorized) CompileToSQL(_ context.Context, _ regosql.ConvertConfig) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected