MCPcopy
hub / github.com/redux-loop/redux-loop / reduce-reducers.js

File reduce-reducers.js

src/reduce-reducers.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import batchCmds from './batch-cmds';
2import { loop, isLoop, getModel, getCmd } from './loop';
3
4export default (...reducers) => (prevState, action, ...args) => {

Callers

nothing calls this directly

Calls 6

isLoopFunction · 0.90
getModelFunction · 0.90
getCmdFunction · 0.90
loopFunction · 0.90
reducerFunction · 0.85
batchCmdsFunction · 0.85

Tested by

no test coverage detected