Details
Details
- Reviewers
michal varun • jon - Commits
- rCOMM57430669e460: [blob] Add db helpers for cleanup
Called these on a test dataset (containing combinations of checked and unchecked blobs and holders):
- list_existing_keys - returns the same keys as given input if they exist in db. For a list of non-existing keys, an empty Vec is returned.
- find_unchecked_items - confirmed that it returned only items that have unchecked attribute set.
- batch_mark_checked - confirmed that items previously having checked attribute, no longer have it.
- batch_delete_rows - confirmed that items are deleted from db.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage