(self)
| 127 | |
| 128 | @property |
| 129 | def client_storage(self): |
| 130 | return getattr(self._client, "_NanoVectorDB__storage") |
| 131 | |
| 132 | async def delete_entity(self, entity_name: str): |
| 133 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected