Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
batchCmds from
'./batch-cmds'
;
2
import
{ loop, isLoop, getModel, getCmd } from
'./loop'
;
3
4
export
default (...reducers) => (prevState, action, ...args) => {
Callers
nothing calls this directly
Calls
6
isLoop
Function · 0.90
getModel
Function · 0.90
getCmd
Function · 0.90
loop
Function · 0.90
reducer
Function · 0.85
batchCmds
Function · 0.85
Tested by
no test coverage detected