Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ needsStateRestore
Function
needsStateRestore
code/redux/public/app.js:3805–3807 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3803
}
3804
3805
function
needsStateRestore() {
3806
return
restoreTarget !== null || restoreQueue !== null;
3807
}
3808
3809
function
restoreStateIfNeeded() {
3810
if
(!restoreTarget) {
Callers
1
batchedUpdates
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected