MCPcopy Index your code
hub / github.com/react/react / scheduleContinuousEvent

Function scheduleContinuousEvent

packages/scheduler/src/__tests__/Scheduler-test.js:146–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145 }
146 function scheduleContinuousEvent() {
147 if (isFiringMessageEvent) {
148 hasPendingContinuousEvent = true;
149 } else {
150 log('Continuous Event');
151 }
152 }
153 function log(val) {
154 eventLog.push(val);
155 }

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected