* Returns the associated ampdoc. Only available when `buildCallback` and * going forward. It throws an exception before `buildCallback`. * @return {!./service/ampdoc-impl.AmpDoc}
()
| 345 | * @return {!./service/ampdoc-impl.AmpDoc} |
| 346 | */ |
| 347 | getAmpDoc() { |
| 348 | return this.element.getAmpDoc(); |
| 349 | } |
| 350 | |
| 351 | /** |
| 352 | * @public |
no outgoing calls
no test coverage detected