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

Method getResource_

src/custom-element.js:1541–1543  ·  view source on GitHub ↗

* Returns the resource of the element. * @return {!./service/resource.Resource} * @private

()

Source from the content-addressed store, hash-verified

1539 * @private
1540 */
1541 getResource_() {
1542 return this.getResources().getResourceForElement(this);
1543 }
1544
1545 /**
1546 * Returns the resource ID of the element.

Callers 9

ensureLoadedMethod · 0.95
applyMediaAttrs_Method · 0.95
getLayoutBoxMethod · 0.95
getLayoutSizeMethod · 0.95
getOwnerMethod · 0.95
getResourceIdMethod · 0.95
unlayout_Method · 0.95
toggleFallbackMethod · 0.95

Calls 2

getResourcesMethod · 0.95
getResourceForElementMethod · 0.45

Tested by

no test coverage detected