Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
2203
export
function
getImplClassSyncForTesting(element) {
2204
return
element.implClass_;
2205
}
2206
2207
/**
2208
* @param {!AmpElement} element
Callers
1
test-custom-element-v1.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected