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

Method sourceUrl

src/service/document-info-impl.js:83–85  ·  view source on GitHub ↗

@return {string}

()

Source from the content-addressed store, hash-verified

81 return (this.info_ = {
82 /** @return {string} */
83 get sourceUrl() {
84 return getSourceUrl(ampdoc.getUrl());
85 },
86 canonicalUrl,
87 pageViewId,
88 get pageViewId64() {

Callers

nothing calls this directly

Calls 2

getSourceUrlFunction · 0.90
getUrlMethod · 0.45

Tested by

no test coverage detected