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

Function recordScheduleUpdate

code/composition/public/app.js:7763–7772  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7761}
7762
7763function recordScheduleUpdate() {
7764 if (enableUserTimingAPI) {
7765 if (isCommitting) {
7766 hasScheduledUpdateInCurrentCommit = true;
7767 }
7768 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
7769 hasScheduledUpdateInCurrentPhase = true;
7770 }
7771 }
7772}
7773
7774function startRequestCallbackTimer() {
7775 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected