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

Method remove_item

bota/src/bota/package_storage.py:20–21  ·  view source on GitHub ↗
(self, item: str)

Source from the content-addressed store, hash-verified

18 self.raise_dummy_exception()
19
20 def remove_item(self, item: str) -> None:
21 self.raise_dummy_exception()
22
23 def clear(self) -> None:
24 self.raise_dummy_exception()

Callers

nothing calls this directly

Calls 1

raise_dummy_exceptionMethod · 0.95

Tested by

no test coverage detected