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

Function recordScheduleUpdate

code/redux/public/app.js:7876–7885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7874}
7875
7876function recordScheduleUpdate() {
7877 if (enableUserTimingAPI) {
7878 if (isCommitting) {
7879 hasScheduledUpdateInCurrentCommit = true;
7880 }
7881 if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
7882 hasScheduledUpdateInCurrentPhase = true;
7883 }
7884 }
7885}
7886
7887function startRequestCallbackTimer() {
7888 if (enableUserTimingAPI) {

Callers 1

scheduleWorkImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected