MCPcopy Create free account
hub / github.com/ampproject/amphtml / getUrl

Method getUrl

src/service/ampdoc-impl.js:530–532  ·  view source on GitHub ↗

* Returns the URL from which the document was loaded. * @return {string}

()

Source from the content-addressed store, hash-verified

528 * @return {string}
529 */
530 getUrl() {
531 return /** @type {?} */ (devAssert(null, 'not implemented'));
532 }
533
534 /**
535 * Locates an element with the specified ID within the ampdoc. In the

Callers 15

getMethod · 0.45
sourceUrlMethod · 0.45
doPassMethod · 0.45
constructorMethod · 0.45
openChannelAndStart_Method · 0.45
buildCallbackMethod · 0.45
buildCallbackMethod · 0.45
sameOrigin_Method · 0.45

Calls 1

devAssertFunction · 0.90

Tested by

no test coverage detected