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

Function plain_text_response

web/pgadmin/utils/ajax.py:188–190  ·  view source on GitHub ↗
(message='')

Source from the content-addressed store, hash-verified

186
187
188def plain_text_response(message=''):
189 response = Response(message, status=200, mimetype="text/plain")
190 return response

Callers 1

callbackFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected