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

Method __init__

botasaurus/local_storage.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80class _LocalStorage:
81 def __init__(self) -> None:
82 self.storage_backend_instance = JSONStorageBackend()
83
84 def refresh(self) -> None:
85 self.storage_backend_instance.refresh()

Callers

nothing calls this directly

Calls 1

JSONStorageBackendClass · 0.70

Tested by

no test coverage detected