MCPcopy Index your code
hub / github.com/microsoft/SandDance / hasCaughtError

Function hasCaughtError

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

Source from the content-addressed store, hash-verified

322 }
323 }
324 function hasCaughtError() {
325 return hasError;
326 }
327 function clearCaughtError() {
328 if (hasError) {
329 var error = caughtError;

Callers 6

safelyDetachRefFunction · 0.85
safelyCallDestroyFunction · 0.85
commitRootImplFunction · 0.85
flushPassiveEffectsImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected