Function frame_support::storage::hashed::take_or
source ยท pub fn take_or<T, HashFn, R>(hash: &HashFn, key: &[u8], default_value: T) -> TExpand 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.