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

Method createPlaceholder

src/custom-element.js:1453–1455  ·  view source on GitHub ↗

* Creates a placeholder for the element. * @return {?Element} * @final

()

Source from the content-addressed store, hash-verified

1451 * @final
1452 */
1453 createPlaceholder() {
1454 return this.impl_ ? this.impl_.createPlaceholderCallback() : null;
1455 }
1456
1457 /**
1458 * Creates a loader logo.

Callers 4

buildInternalMethod · 0.95
createIframePromiseFunction · 0.80

Calls 1

Tested by

no test coverage detected