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

Method refresh

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

Source from the content-addressed store, hash-verified

82 self.storage_backend_instance = JSONStorageBackend()
83
84 def refresh(self) -> None:
85 self.storage_backend_instance.refresh()
86
87 def get_item(self, item: str, default = None) -> any:
88 return self.storage_backend_instance.get_item(item, default)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected