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

Function get_plugin_cache

plugin/app/cache/plugin.py:109–114  ·  view source on GitHub ↗

Get the plugin cache. :return: the plugin cache.

()

Source from the content-addressed store, hash-verified

107
108
109def get_plugin_cache() -> List[Dict]:
110 """
111 Get the plugin cache.
112 :return: the plugin cache.
113 """
114 return __plugin_cache
115
116
117def get_plugin_checksum() -> str:

Callers 1

api_get_cachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected