Skip to content

Commit

Permalink
Add note about LRS key list consultation
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed Feb 26, 2024
1 parent b155126 commit e7a8aad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/include/be_io_listrecstore.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ namespace BiometricEvaluation
*
* @note
* List RecordStores must be opened read-only.
*
* @important
* The list of keys is only consulted when iterating the
* ListRecordStore. Read methods invoked manually will succeed
* for any key present in the backing RecordStore, regardless of
* the key's presence in the explicit list of keys.
*/
class ListRecordStore : public RecordStore {
public:
Expand Down

0 comments on commit e7a8aad

Please sign in to comment.