MCPcopy
hub / github.com/omkarcloud/botasaurus / get_cache_file_path

Function get_cache_file_path

bota/src/bota/package_storage.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import json
3
4def get_cache_file_path() -> str:
5 dr = os.path.abspath(os.path.join(os.path.dirname(__file__), 'package_storage.json'))
6 return dr
7
8class localStoragePyStorageException(Exception):
9 pass

Callers 1

refreshMethod · 0.70

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected