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

Function doGetState

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

Source from the content-addressed store, hash-verified

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

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…