MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / api_get_caches

Function api_get_caches

plugin/app/routes/manage.py:48–57  ·  view source on GitHub ↗
(
    request: Request,
)

Source from the content-addressed store, hash-verified

46 include_in_schema=False,
47)
48async def api_get_caches(
49 request: Request,
50):
51 return BaseSuccessDataResponse(
52 data={
53 "bundles": get_bundle_cache(),
54 "plugins": get_plugin_cache(),
55 "i18n": get_i18n_cache(),
56 }
57 )
58
59@router.get(
60 "/cache_checksums",

Callers

nothing calls this directly

Calls 4

get_bundle_cacheFunction · 0.85
get_plugin_cacheFunction · 0.85
get_i18n_cacheFunction · 0.50

Tested by

no test coverage detected