MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / __init__

Method __init__

botasaurus/botasaurus_storage.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74
75class _LocalStorage:
76 def __init__(self) -> None:
77 self.storage_backend_instance = JSONStorageBackend()
78
79 def refresh(self) -> None:
80 self.storage_backend_instance.refresh()

Callers

nothing calls this directly

Calls 1

JSONStorageBackendClass · 0.70

Tested by

no test coverage detected