You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of a function tagged with a storage_mapper tag should be a SingleValueMapper (this is a simplification, but we only use this one). The SingleValueMapper should take a key as input and should have the following hook-based functionality:
get()
set(_)
set_if_empty()
The text was updated successfully, but these errors were encountered:
Needed for #34
The result of a function tagged with a
storage_mapper
tag should be aSingleValueMapper
(this is a simplification, but we only use this one). TheSingleValueMapper
should take a key as input and should have the following hook-based functionality:The text was updated successfully, but these errors were encountered: