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

Method unlayout_

src/custom-element.js:1742–1747  ·  view source on GitHub ↗

@private

()

Source from the content-addressed store, hash-verified

1740
1741 /** @private */
1742 unlayout_() {
1743 this.getResource_().unlayout();
1744 if (this.isConnected_ && this.resources_) {
1745 this.resources_./*OK*/ schedulePass();
1746 }
1747 }
1748
1749 /** @private */
1750 reset_() {

Callers 2

unmountMethod · 0.95
pauseMethod · 0.95

Calls 3

getResource_Method · 0.95
unlayoutMethod · 0.80
schedulePassMethod · 0.45

Tested by

no test coverage detected