Page MenuHomePhabricator

[native] extract processing store operations to separate function
ClosedPublic

Authored by kamil on Apr 13 2023, 7:57 AM.
Tags
None
Referenced Files
F3361201: D7421.diff
Sun, Nov 24, 3:44 PM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:34 AM
Unknown Object (File)
Oct 23 2024, 6:01 AM
Unknown Object (File)
Oct 21 2024, 9:47 AM
Subscribers

Details

Summary

In future there will be a need to call this from more places - to be precise here.
This action can not be moved lower in file to use the same code as previously as it's only-native and should be finalized before base reducer.

Test Plan

Check if operations are processed properly

Diff Detail

Repository
rCOMM Comm
Branch
ops-for-ms
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 13 2023, 8:31 AM
native/redux/redux-utils.js
20

I think this is a typo

This revision is now accepted and ready to land.Apr 17 2023, 6:39 AM

fix typo

native/redux/redux-utils.js
20

yeah, thanks for catching