If the kvs is empty (read-only)
(self)
| 94 | |
| 95 | @property |
| 96 | def empty(self) -> bool: |
| 97 | """If the kvs is empty (read-only)""" |
| 98 | return core.BNIsKeyValueStoreEmpty(self.handle) |
| 99 | |
| 100 | @property |
| 101 | def value_size(self) -> int: |
no outgoing calls
no test coverage detected