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

Function recordScheduleUpdate

code/styling/public/app.js:7625–7634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7623}
7624
7625function recordScheduleUpdate() {
7626 if (enableUserTimingAPI) {
7627 if (isCommitting) {
7628 hasScheduledUpdateInCurrentCommit = true;
7629 }
7630 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
7631 hasScheduledUpdateInCurrentPhase = true;
7632 }
7633 }
7634}
7635
7636function startRequestCallbackTimer() {
7637 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected