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
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| shared/comm-lib/src/blob/client.rs | ||
|---|---|---|
| 310–327 | 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 | Alternative syntax, perhaps cleaner .filter(|result| !result.success) .map(|result| result.request.clone()) They behave the same under the hood. | |