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

Function index

web/pgadmin/tools/__init__.py:85–87  ·  view source on GitHub ↗

Calling tools index URL directly is not allowed.

()

Source from the content-addressed store, hash-verified

83
84@blueprint.route("/")
85def index():
86 """Calling tools index URL directly is not allowed."""
87 return bad_request(gettext('This URL cannot be requested directly.'))
88
89
90@blueprint.route("/translations.js")

Callers

nothing calls this directly

Calls 2

bad_requestFunction · 0.90
gettextFunction · 0.85

Tested by

no test coverage detected