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

Function onCommitPhaseError

code/communication/public/app.js:13426–13428  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

13424 }
13425
13426 function onCommitPhaseError(fiber, error) {
13427 return dispatch(fiber, error, Sync);
13428 }
13429
13430 function computeAsyncExpiration(currentTime) {
13431 // Given the current clock time, returns an expiration time. We use rounding

Callers 1

commitRootFunction · 0.70

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected