If the kvs is empty
(&self)
| 77 | |
| 78 | /// If the kvs is empty |
| 79 | pub fn is_empty(&self) -> bool { |
| 80 | unsafe { BNIsKeyValueStoreEmpty(self.handle.as_ptr()) } |
| 81 | } |
| 82 | |
| 83 | /// Number of values in the kvs |
| 84 | pub fn value_size(&self) -> usize { |
no outgoing calls
no test coverage detected