MCPcopy
hub / github.com/reduxjs/redux-thunk / doDispatch

Function doDispatch

test/test.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3describe('thunk middleware', () => {
4 const doDispatch = () => {}
5 const doGetState = () => 42
6 const nextHandler = thunkMiddleware({
7 dispatch: doDispatch,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…