layout: better encapsulation

This commit is contained in:
Alex Auvolat
2025-03-11 09:29:38 +01:00
parent 3b49dd9e63
commit e83864af24
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ impl UpdateTracker {
}
}
pub fn min_among(&self, storage_nodes: &[Uuid], min_version: u64) -> u64 {
fn min_among(&self, storage_nodes: &[Uuid], min_version: u64) -> u64 {
storage_nodes
.iter()
.map(|x| self.get(x, min_version))