Details
Details
- Reviewers
kamil - Commits
- rCOMMc36577e18164: [blob-client] Add method to assign multiple holders
tested on staging along with backup changes.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| shared/comm-lib/src/blob/client.rs | ||
|---|---|---|
| 310–327 ↗ | (On Diff #48028) | These are a bit unrelated. Early exits were added to the new function, and this func was missing them too. |
| shared/comm-lib/src/blob/types.rs | ||
| 104–110 ↗ | (On Diff #48028) | Alternative syntax, perhaps cleaner .filter(|result| !result.success) .map(|result| result.request.clone()) They behave the same under the hood. |