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

Function needsStateRestore

code/new-context-api/public/app.js:2915–2917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2913}
2914
2915function needsStateRestore() {
2916 return restoreTarget !== null || restoreQueue !== null;
2917}
2918
2919function restoreStateIfNeeded() {
2920 if (!restoreTarget) {

Callers 1

batchedUpdatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected