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

Function clear_session

web/pgadmin/misc/cloud/azure/__init__.py:263–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 methods=['GET'], endpoint='clear_session')
262@pga_login_required
263def clear_session():
264 clear_azure_session()
265 return make_json_response(success=1)
266
267
268class Azure:

Callers

nothing calls this directly

Calls 2

make_json_responseFunction · 0.90
clear_azure_sessionFunction · 0.85

Tested by

no test coverage detected