MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / onCommitPhaseError

Function onCommitPhaseError

code/composition/public/app.js:13529–13531  ·  view source on GitHub ↗
(fiber, error)

Source from the content-addressed store, hash-verified

13527 }
13528
13529 function onCommitPhaseError(fiber, error) {
13530 return dispatch(fiber, error, Sync);
13531 }
13532
13533 function computeAsyncExpiration(currentTime) {
13534 // 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