pub fn get_or<T: Decode + Sized>( child_info: &ChildInfo, key: &[u8], default_value: T) -> T
Return the value of the item in storage under key, or default_value if there is no explicit entry.
key
default_value