Add changed keys wrapper for WlStorage
#1305
Labels
enhancement
New feature or request
good first issue
Good for newcomers
prio:low
refactor / code quality
Introduce a
WlStorage
wrapper that keeps track of changed storage keys, due to writes or removals. The wrapper should have afinalize()
method, that returns aBTreeSet<Key>
of changed storage keys. It is not uncommon for me (personally) to forget adding storage key changes to a set of changed keys, so this abstraction would take this burden away by keeping track of the changed keys internally.The text was updated successfully, but these errors were encountered: