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

Method remove_item

botasaurus/local_storage.py:56–59  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

54 self.commit_to_disk()
55
56 def remove_item(self, key: str) -> None:
57 if key in self.json_data:
58 self.json_data.pop(key)
59 self.commit_to_disk()
60
61
62 # def get_new_number(self):

Callers

nothing calls this directly

Calls 1

commit_to_diskMethod · 0.95

Tested by

no test coverage detected