MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / api_clean_data

Function api_clean_data

backend/app/routes/manage/manage.py:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 response_model=BaseEmptyResponse,
54 )
55 async def api_clean_data():
56 await redis_conn.clean_data()
57 await postgres_pool.clean_data()
58 await create_default_admin_if_needed()
59
60 return BaseEmptyResponse()

Callers

nothing calls this directly

Calls 3

BaseEmptyResponseClass · 0.90
clean_dataMethod · 0.45

Tested by

no test coverage detected