@return {string}
()
| 81 | return (this.info_ = { |
| 82 | /** @return {string} */ |
| 83 | get sourceUrl() { |
| 84 | return getSourceUrl(ampdoc.getUrl()); |
| 85 | }, |
| 86 | canonicalUrl, |
| 87 | pageViewId, |
| 88 | get pageViewId64() { |
nothing calls this directly
no test coverage detected