File tree Expand file tree Collapse file tree
storage/src/archive/prunable Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131//! # Uniqueness
3232//!
3333//! Indices are unique for [Archive] — writing to an occupied index is a no-op. Duplicate indices
34- //! can be stored via [MultiArchive::put_multi]. Keys may be stored at multiple indices with either
35- //! put variant: a lookup by [Identifier::Key] may return any of the values at that key, with one
36- //! refinement over the base trait contract — entries whose index has been pruned are never
37- //! returned or reported as present, so a key that matches both a pruned and a non-pruned entry
38- //! resolves to the non-pruned entry.
34+ //! can be stored via [`crate::archive:: MultiArchive::put_multi` ]. Keys may be stored at multiple
35+ //! indices with either put variant: a lookup by [`crate::archive:: Identifier::Key` ] may return any
36+ //! of the values at that key, with one refinement over the base trait contract — entries whose
37+ //! index has been pruned are never returned or reported as present, so a key that matches both a
38+ //! pruned and a non-pruned entry resolves to the non-pruned entry.
3939//!
4040//! ## Conflicts
4141//!
You can’t perform that action at this time.
0 commit comments