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

Function recordScheduleUpdate

code/communication/public/app.js:7660–7669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7658}
7659
7660function recordScheduleUpdate() {
7661 if (enableUserTimingAPI) {
7662 if (isCommitting) {
7663 hasScheduledUpdateInCurrentCommit = true;
7664 }
7665 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
7666 hasScheduledUpdateInCurrentPhase = true;
7667 }
7668 }
7669}
7670
7671function startRequestCallbackTimer() {
7672 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected