MCPcopy
hub / github.com/ampproject/amphtml / schedule_

Method schedule_

src/service/vsync-impl.js:368–375  ·  view source on GitHub ↗

@private

()

Source from the content-addressed store, hash-verified

366
367 /** @private */
368 schedule_() {
369 if (this.scheduled_) {
370 return;
371 }
372 // Schedule actual animation frame and then run tasks.
373 this.scheduled_ = true;
374 this.forceSchedule_();
375 }
376
377 /** @private */
378 forceSchedule_() {

Callers 1

runMethod · 0.95

Calls 1

forceSchedule_Method · 0.95

Tested by

no test coverage detected