MCPcopy Create free account
hub / github.com/microsoft/SandDance / needsStateRestore

Function needsStateRestore

docs/external/js/react-dom.development.js:702–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700 }
701 }
702 function needsStateRestore() {
703 return restoreTarget !== null || restoreQueue !== null;
704 }
705 function restoreStateIfNeeded() {
706 if (!restoreTarget) {
707 return;

Callers 1

finishEventHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected