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

Function getImplSyncForTesting

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

Source from the content-addressed store, hash-verified

2210 * @visibleForTesting
2211 */
2212export function getImplSyncForTesting(element) {
2213 return element.impl_;
2214}
2215
2216/**
2217 * @param {!AmpElement} element

Calls

no outgoing calls

Tested by

no test coverage detected