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

Function clear_session

web/pgadmin/misc/cloud/__init__.py:91–94  ·  view source on GitHub ↗

Get host IP Address

()

Source from the content-addressed store, hash-verified

89 methods=['POST'], endpoint='clear_cloud_session')
90@pga_login_required
91def clear_session():
92 """Get host IP Address"""
93 clear_cloud_session()
94 return make_json_response(success=1)
95
96
97@blueprint.route('/get_host_ip/',

Callers

nothing calls this directly

Calls 2

make_json_responseFunction · 0.90
clear_cloud_sessionFunction · 0.85

Tested by

no test coverage detected