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

Method items

bota/src/bota/package_storage.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 self.storage_backend_instance.clear()
87
88 def items(self):
89 return self.storage_backend_instance.items()
90
91
92 # def get_new_number(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected