()
| 262 | @blueprint.route("/", endpoint='index') |
| 263 | @pga_login_required |
| 264 | def index(): |
| 265 | return bad_request( |
| 266 | errormsg=gettext("This URL cannot be called directly.") |
| 267 | ) |
| 268 | |
| 269 | |
| 270 | def execute_dict_search_path(conn, sql, search_path): |
nothing calls this directly
no test coverage detected