Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
def
cleanup():
259
driver.ping()
260
return
""
261
262
263
@blueprint.route(
"/heartbeat/log"
, methods=[
'POST'
])
Callers
nothing calls this directly
Calls
1
ping
Method · 0.45
Tested by
no test coverage detected