Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-loop/redux-loop
/ reduceReducers
Function
reduceReducers
src/index.js:26–28 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
24
return
m(...args);
25
}
26
export
function
reduceReducers(...args) {
27
return
r(...args);
28
}
29
30
export
{ Cmd, install, loop, liftState, getModel, getCmd, isLoop };
Callers
2
reduce-reducers.spec.js
File · 0.90
reduce-reducers.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected