Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/omkarcloud/botasaurus
/ __init__
Method
__init__
botasaurus/local_storage.py:26–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
25
class
JSONStorageBackend(BasicStorageBackend):
26
def
__init__(self) -> None:
27
self.refresh()
28
29
def
refresh(self):
30
self.json_path = relative_path(
"local_storage.json"
)
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected