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

Function needsStateRestore

code/controlled-uncontrolled/public/app.js:2878–2880  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2876}
2877
2878function needsStateRestore() {
2879 return restoreTarget !== null || restoreQueue !== null;
2880}
2881
2882function restoreStateIfNeeded() {
2883 if (!restoreTarget) {

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected