Searched refs:cleanup_leftovers (Results 1 – 2 of 2) sorted by relevance
65 let n = db.cleanup_leftovers().expect("Failed to cleanup database on startup."); in create_thread_local_db()
1220 pub fn cleanup_leftovers(&mut self) -> Result<usize> { in cleanup_leftovers() method