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

Function recordScheduleUpdate

code/third-party/public/app.js:6858–6867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6856}
6857
6858function recordScheduleUpdate() {
6859 if (enableUserTimingAPI) {
6860 if (isCommitting) {
6861 hasScheduledUpdateInCurrentCommit = true;
6862 }
6863 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
6864 hasScheduledUpdateInCurrentPhase = true;
6865 }
6866 }
6867}
6868
6869function startRequestCallbackTimer() {
6870 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected