(self, key: str)
| 56 | raise NotImplementedError |
| 57 | |
| 58 | async def is_dir(self, key: str) -> bool: |
| 59 | raise NotImplementedError |
| 60 | |
| 61 | async def list_dir(self, key: str) -> list[StorageEntry]: |
| 62 | raise NotImplementedError |
no outgoing calls
no test coverage detected