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

Function reducer

test/createStore.spec.ts:883–883  ·  view source on GitHub ↗
(s = 0)

Source from the content-addressed store, hash-verified

881 console.error = vi.fn()
882
883 const reducer: Reducer<number> = (s = 0) => s
884
885 const yReducer = combineReducers<{
886 z: typeof reducer

Callers 5

assertReducerShapeFunction · 0.50
combineReducersFunction · 0.50
index.spec.jsFile · 0.50
products.spec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected