MCPcopy Create free account
hub / github.com/jhen0409/react-native-debugger / getLiftedState

Function getLiftedState

app/worker/reduxAPI.js:65–67  ·  view source on GitHub ↗
(store, filters)

Source from the content-addressed store, hash-verified

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

Callers 3

importPayloadFromFunction · 0.85
handleMessagesFunction · 0.85
startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected