Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-loop/redux-loop
/ getModel
Function
getModel
src/loop.js:17–19 ·
view source on GitHub ↗
(loop)
Source
from the content-addressed store, hash-verified
15
};
16
17
export
const
getModel = (loop) => {
18
return
isLoop(loop) ? loop[0] : loop;
19
};
20
21
export
const
loop = (model, cmd) => {
22
if
(process.env.NODE_ENV ===
'development'
) {
Callers
6
combine-reducers.spec.js
File · 0.90
loop.spec.js
File · 0.90
combineReducers
Function · 0.90
DEPRECATED_mergeChildReducers
Function · 0.90
reduce-reducers.js
File · 0.90
reduce-reducers.ts
File · 0.85
Calls
1
isLoop
Function · 0.85
Tested by
no test coverage detected