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

Method isAwaitingSize_

src/custom-element.js:1232–1234  ·  view source on GitHub ↗

* @return {boolean} * @private

()

Source from the content-addressed store, hash-verified

1230 * @private
1231 */
1232 isAwaitingSize_() {
1233 return this.classList.contains('i-amphtml-layout-awaiting-size');
1234 }
1235
1236 /**
1237 * @private

Callers 1

applySizeMethod · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected