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

Function getImplClassSyncForTesting

src/custom-element.js:2203–2205  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2201 * @visibleForTesting
2202 */
2203export function getImplClassSyncForTesting(element) {
2204 return element.implClass_;
2205}
2206
2207/**
2208 * @param {!AmpElement} element

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected