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

Function onCommitPhaseError

code/one-direction-data-flow/public/app.js:13264–13266  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

13262 }
13263
13264 function onCommitPhaseError(fiber, error) {
13265 return dispatch(fiber, error, Sync);
13266 }
13267
13268 function computeAsyncExpiration(currentTime) {
13269 // 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