Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
109
def
get_plugin_cache() -> List[Dict]:
110
""
"
111
Get the plugin cache.
112
:
return
: the plugin cache.
113
""
"
114
return
__plugin_cache
115
116
117
def
get_plugin_checksum() -> str:
Callers
1
api_get_caches
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected