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

Function needsStateRestore

code/dependency-injection/public/app.js:3647–3649  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3645}
3646
3647function needsStateRestore() {
3648 return restoreTarget !== null || restoreQueue !== null;
3649}
3650
3651function restoreStateIfNeeded() {
3652 if (!restoreTarget) {

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected