Simon Wülker
aed7e8cefd
Remove BlobState abstraction ( #35114 )
...
The BlobState enum was used to track whether a GlobalScope
was managing any blobs (effectively like an `Option<HashMap>`,
being `None` if no blobs are being managed)
This is a pointless abstraction, as a HashMap is already allowed
to be empty. Removing `BlobState` and just using a
HashMap directly reduces noise and panic! invocations when
working with the blob store.
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de >
2025-01-22 14:50:37 +00:00
..
2023-12-16 09:32:20 +00:00
2025-01-22 14:50:37 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-18 21:36:15 +00:00
2025-01-18 21:36:15 +00:00
2025-01-19 04:13:17 +00:00
2025-01-18 21:36:15 +00:00
2025-01-18 21:36:15 +00:00
2025-01-10 08:19:19 +00:00
2025-01-18 21:36:15 +00:00
2025-01-18 21:36:15 +00:00
2025-01-18 21:36:15 +00:00
2025-01-18 18:24:49 +00:00
2025-01-18 21:36:15 +00:00
2025-01-18 21:36:15 +00:00
2025-01-10 08:19:19 +00:00
2025-01-14 13:54:06 +00:00
2025-01-11 11:49:22 +00:00
2025-01-18 21:36:15 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 12:19:40 +00:00
2025-01-10 08:19:19 +00:00
2025-01-11 11:49:22 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-18 21:36:15 +00:00
2025-01-19 04:39:31 +00:00
2025-01-18 21:36:15 +00:00
2025-01-10 08:19:19 +00:00
2025-01-14 13:54:06 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 19:04:42 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 19:04:42 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-15 19:45:29 +00:00
2025-01-19 04:39:31 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-15 08:15:37 +00:00
2025-01-10 08:19:19 +00:00