MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / needsStateRestore

Function needsStateRestore

code/third-party/public/app.js:2787–2789  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2785}
2786
2787function needsStateRestore() {
2788 return restoreTarget !== null || restoreQueue !== null;
2789}
2790
2791function restoreStateIfNeeded() {
2792 if (!restoreTarget) {

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected