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

Method remove_item

botasaurus/botasaurus_storage.py:63–66  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

61 self.commit_to_disk()
62
63 def remove_item(self, key: str) -> None:
64 if key in self.json_data:
65 self.json_data.pop(key)
66 self.commit_to_disk()
67
68
69 def clear(self) -> None:

Callers

nothing calls this directly

Calls 1

commit_to_diskMethod · 0.95

Tested by

no test coverage detected