Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
json
3
4
def
get_cache_file_path() -> str:
5
dr = os.path.abspath(os.path.join(os.path.dirname(__file__),
'package_storage.json'
))
6
return
dr
7
8
class
localStoragePyStorageException(Exception):
9
pass
Callers
1
refresh
Method · 0.70
Calls
1
join
Method · 0.80
Tested by
no test coverage detected