Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
2212
export
function
getImplSyncForTesting(element) {
2213
return
element.impl_;
2214
}
2215
2216
/**
2217
* @param {!AmpElement} element
Callers
3
test-custom-element.js
File · 0.90
test-custom-element-registry.js
File · 0.90
test-custom-element-v1.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected