MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / messages_js

Function messages_js

web/pgadmin/browser/__init__.py:591–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

589@blueprint.route("/js/messages.js")
590@pgCSRFProtect.exempt
591def messages_js():
592 return make_response(
593 render_template('browser/js/messages.js', _=gettext),
594 200, {'Content-Type': MIMETYPE_APP_JS})
595
596
597@blueprint.route("/browser.css")

Callers

nothing calls this directly

Calls 1

make_responseFunction · 0.85

Tested by

no test coverage detected