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
F2908073: D7421.id25110.diff
Sun, Oct 6, 1:31 PM
F2908072: D7421.id25379.diff
Sun, Oct 6, 1:31 PM
F2907329: D7421.diff
Sun, Oct 6, 11:07 AM
Unknown Object (File)
Thu, Oct 3, 10:13 PM
Unknown Object (File)
Tue, Oct 1, 10:57 AM
Unknown Object (File)
Thu, Sep 26, 8:59 PM
Unknown Object (File)
Tue, Sep 10, 12:08 PM
Unknown Object (File)
Tue, Sep 10, 12:08 PM
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