Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/redux-loop/redux-loop
/ liftState
Function
liftState
src/loop.js:29–31 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
27
};
28
29
export
const
liftState = (state) => {
30
return
isLoop(state) ? state : loop(state, Cmd.none);
31
};
Callers
4
loop.spec.js
File · 0.90
install
Function · 0.90
liftReducer
Function · 0.90
updateNestedCounterHandler
Function · 0.85
Calls
2
isLoop
Function · 0.85
loop
Function · 0.85
Tested by
no test coverage detected