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

Function get_bundle_cache

plugin/app/cache/bundle.py:128–133  ·  view source on GitHub ↗

Get the bundles cache. :return: the bundles cache.

()

Source from the content-addressed store, hash-verified

126
127
128def get_bundle_cache() -> List[Dict]:
129 """
130 Get the bundles cache.
131 :return: the bundles cache.
132 """
133 return __bundles_cache
134
135
136def get_bundle_checksum() -> str:

Callers 1

api_get_cachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected