Check if metadata was loaded successfully
(self)
| 239 | |
| 240 | @property |
| 241 | def is_valid(self) -> bool: |
| 242 | """Check if metadata was loaded successfully""" |
| 243 | return bool(self._data) |
| 244 | |
| 245 | @property |
| 246 | def total_rounds(self) -> int | None: |
nothing calls this directly
no outgoing calls
no test coverage detected