mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Since `with_deserialized()` returns the lambda function's result, we can directly return the bucket from within the lambda instead of relying on side effects. This makes the code more explicit and functional. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#21273