Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ __init__
Method
__init__
botasaurus/botasaurus_storage.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
32
class
JSONStorageBackend(BasicStorageBackend):
33
def
__init__(self) -> None:
34
self.refresh()
35
36
def
refresh(self):
37
self.json_path = get_cache_file_path()
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected