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

Function recordScheduleUpdate

code/new-context-api/public/app.js:6986–6995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6984}
6985
6986function recordScheduleUpdate() {
6987 if (enableUserTimingAPI) {
6988 if (isCommitting) {
6989 hasScheduledUpdateInCurrentCommit = true;
6990 }
6991 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
6992 hasScheduledUpdateInCurrentPhase = true;
6993 }
6994 }
6995}
6996
6997function startRequestCallbackTimer() {
6998 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected