chore: rename get_id to id, add doc comments, pre-allocate format_history

This commit is contained in:
Per Stark
2026-05-27 18:06:16 +02:00
parent 224a7db451
commit 30bb59f243
16 changed files with 52 additions and 25 deletions
@@ -247,7 +247,7 @@ pub(crate) async fn run_queries(
|| candidate
.chunks
.iter()
.any(|chunk| expected_chunk_ids_set.contains(&chunk.chunk.get_id()))
.any(|chunk| expected_chunk_ids_set.contains(&chunk.chunk.id()))
} else {
true
};