Closed mwcampbell closed 7 months ago
Since get_or_default_cow is really just a convenient special case of get_or_insert_cow, we shouldn't duplicate the logic between these two functions. This also eliminates one occurrence of unsafe.
get_or_default_cow
get_or_insert_cow
unsafe
Since
get_or_default_cow
is really just a convenient special case ofget_or_insert_cow
, we shouldn't duplicate the logic between these two functions. This also eliminates one occurrence ofunsafe
.