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

Function cleanup

web/pgadmin/misc/__init__.py:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256@blueprint.route("/cleanup", methods=['POST'])
257@pgCSRFProtect.exempt
258def cleanup():
259 driver.ping()
260 return ""
261
262
263@blueprint.route("/heartbeat/log", methods=['POST'])

Callers

nothing calls this directly

Calls 1

pingMethod · 0.45

Tested by

no test coverage detected