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

Method __init__

bota/src/bota/package_storage.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26class JSONStorageBackend(BasicStorageBackend):
27 def __init__(self) -> None:
28 self.refresh()
29
30 def refresh(self):
31 self.json_path = get_cache_file_path()

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected