* Returns the head node. It's either an element or a shadow root. * @return {!Element|!ShadowRoot} * @abstract
()
| 473 | * @abstract |
| 474 | */ |
| 475 | getHeadNode() {} |
| 476 | |
| 477 | /** |
| 478 | * Returns `true` if the ampdoc's body is available. |
no outgoing calls
no test coverage detected