MCPcopy 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
29export const liftState = (state) => {
30 return isLoop(state) ? state : loop(state, Cmd.none);
31};

Callers 4

loop.spec.jsFile · 0.90
installFunction · 0.90
liftReducerFunction · 0.90

Calls 2

isLoopFunction · 0.85
loopFunction · 0.85

Tested by

no test coverage detected