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

Method R1

src/custom-element.js:930–932  ·  view source on GitHub ↗

* See `BaseElement.R1()`. * * @return {boolean} * @final

()

Source from the content-addressed store, hash-verified

928 * @final
929 */
930 R1() {
931 return this.implClass_ ? this.implClass_.R1() : false;
932 }
933
934 /**
935 * See `BaseElement.deferredMount()`.

Callers 14

completeUpgrade_Method · 0.95
buildInternalMethod · 0.95
buildMethod · 0.95
mountInternalMethod · 0.95
mountMethod · 0.95
unmountMethod · 0.95
ensureLoadedMethod · 0.95
setReadyStateInternalMethod · 0.95
connectedCallbackMethod · 0.95
upgradeOrSchedule_Method · 0.95
disconnectMethod · 0.95
pauseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected