Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-loop/redux-loop
/ getCmd
Function
getCmd
src/loop.js:13–15 ·
view source on GitHub ↗
(loop)
Source
from the content-addressed store, hash-verified
11
};
12
13
export
const
getCmd = (loop) => {
14
return
isLoop(loop) ? loop[1] : null;
15
};
16
17
export
const
getModel = (loop) => {
18
return
isLoop(loop) ? loop[0] : loop;
Callers
5
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