referrerpolicy=no-referrer-when-downgrade
frame_support::storage::unhashed

Function take_or

Source
pub fn take_or<T: Decode + Sized>(key: &[u8], default_value: T) -> T
Expand description

Return the value of the item in storage under key, or default_value if there is no explicit entry. Ensure there is no explicit entry on return.