(store, filters)
| 63 | } |
| 64 | |
| 65 | function getLiftedState(store, filters) { |
| 66 | return filterStagedActions(store.liftedStore.getState(), filters) |
| 67 | } |
| 68 | |
| 69 | function relay(type, state, instance, action, nextActionId) { |
| 70 | const { |
no outgoing calls
no test coverage detected