MCPcopy
hub / github.com/reduxjs/redux / next

Function next

test/createStore.spec.ts:805–807  ·  view source on GitHub ↗
(state: any)

Source from the content-addressed store, hash-verified

803
804 observable.subscribe({
805 next(state: any) {
806 results.push(state)
807 }
808 })
809
810 store.dispatch({ type: 'foo' })

Callers 7

dispatchingMiddlewareFunction · 0.70
testFunction · 0.70
multiArgMiddlewareFunction · 0.70
aFunction · 0.70
bFunction · 0.70
cFunction · 0.70
api.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected