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

Function recordScheduleUpdate

code/dependency-injection/public/app.js:7718–7727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7716}
7717
7718function recordScheduleUpdate() {
7719 if (enableUserTimingAPI) {
7720 if (isCommitting) {
7721 hasScheduledUpdateInCurrentCommit = true;
7722 }
7723 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
7724 hasScheduledUpdateInCurrentPhase = true;
7725 }
7726 }
7727}
7728
7729function startRequestCallbackTimer() {
7730 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected