MCPcopy Index your code
hub / github.com/dataease/SQLBot / clear_ui_cache

Function clear_ui_cache

backend/apps/system/api/assistant.py:166–167  ·  view source on GitHub ↗
(id: int)

Source from the content-addressed store, hash-verified

164
165@clear_cache(namespace=CacheNamespace.EMBEDDED_INFO, cacheName=CacheName.ASSISTANT_INFO, keyExpression="id")
166async def clear_ui_cache(id: int):
167 pass
168
169@router.get("/ds", include_in_schema=False, response_model=list[dict])
170async def ds(session: SessionDep, current_assistant: CurrentAssistant):

Callers 1

uiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected