We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_storage
1 parent c605eef commit c3471bfCopy full SHA for c3471bf
crates/engine/tree/src/tree/cached_state.rs
@@ -532,8 +532,8 @@ impl AccountStorageCache {
532
}
533
534
/// Get a storage value from this account's cache.
535
- ///
536
- /// - `Empty`: The slot is empty (either not in account storage cache or explicitly None)
+ /// - `NotCached`: The slot is not in the cache
+ /// - `Empty`: The slot is empty
537
/// - `Value`: The slot has a specific value
538
pub(crate) fn get_storage(&self, key: &StorageKey) -> SlotStatus {
539
match self.slots.get(key) {
0 commit comments