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

Function api_get_cache_checksums

plugin/app/routes/manage.py:67–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 include_in_schema=False,
66)
67async def api_get_cache_checksums():
68 return BaseSuccessDataResponse(
69 data={
70 "bundle_checksum": get_bundle_checksum(),
71 "plugin_checksum": get_plugin_checksum(),
72 "i18n_checksum": get_i18n_checksum(),
73 }
74 )

Callers

nothing calls this directly

Calls 4

get_bundle_checksumFunction · 0.85
get_plugin_checksumFunction · 0.85
get_i18n_checksumFunction · 0.50

Tested by

no test coverage detected