pull/2/merge
Ivan Zvonimir Horvat 3 years ago committed by GitHub
commit 1ab26505a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,6 +98,7 @@ impl InMemoryIndex {
}
/// True if this index contains no data.
#[inline]
pub fn is_empty(&self) -> bool {
self.word_count == 0
}

Loading…
Cancel
Save