MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / index

Function index

web/pgadmin/tools/debugger/__init__.py:264–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

bad_requestFunction · 0.90
gettextFunction · 0.85

Tested by

no test coverage detected