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

Function configureStore

app/worker/reduxAPI.js:16–18  ·  view source on GitHub ↗
(next, subscriber, options)

Source from the content-addressed store, hash-verified

14import { updateStackWithSourceMap } from './utils'
15
16function configureStore(next, subscriber, options) {
17 return instrument(subscriber, options)(next)
18}
19
20const instances = {
21 /* [id]: { name, store, ... } */

Callers 3

index.jsFile · 0.85
devToolsEnhancerFunction · 0.85
store.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected