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

Function needsStateRestore

code/communication/public/app.js:3589–3591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3587}
3588
3589function needsStateRestore() {
3590 return restoreTarget !== null || restoreQueue !== null;
3591}
3592
3593function restoreStateIfNeeded() {
3594 if (!restoreTarget) {

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected