ChatGPT Codex 5.5 xhigh refactored even more

This commit is contained in:
2026-05-02 15:31:37 +02:00
parent 86d0f93ede
commit b4585b663a
24 changed files with 2160 additions and 1972 deletions
+2 -2
View File
@@ -409,8 +409,8 @@ impl PeerGameDB {
#[must_use]
pub fn game_files_for(&self, game_id: &str) -> Vec<(SocketAddr, Vec<GameFileDescription>)> {
self.peers
.iter()
.filter_map(|(_, peer)| {
.values()
.filter_map(|peer| {
peer.files
.get(game_id)
.cloned()