MCPcopy Index your code
hub / github.com/ampproject/amphtml / scheduleRender_

Method scheduleRender_

src/preact/base-element.js:568–573  ·  view source on GitHub ↗

@protected

()

Source from the content-addressed store, hash-verified

566
567 /** @protected */
568 scheduleRender_() {
569 if (!this.scheduledRender_) {
570 this.scheduledRender_ = true;
571 this.mutateElement(this.boundRerender_);
572 }
573 }
574
575 /** @private */
576 maybeUpdateReadyState_() {

Callers 4

buildCallbackMethod · 0.95
mutatePropsMethod · 0.95
checkMutations_Method · 0.95

Calls 1

mutateElementMethod · 0.45

Tested by

no test coverage detected