Check if the cache is empty (no prior sync).
(&self)
| 181 | |
| 182 | /// Check if the cache is empty (no prior sync). |
| 183 | pub fn is_empty(&self) -> bool { |
| 184 | self.entries.is_empty() |
| 185 | } |
| 186 | |
| 187 | /// Number of cached entries. |
| 188 | pub fn len(&self) -> usize { |
no outgoing calls
no test coverage detected