Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ mergeHtmlForTesting
Function
mergeHtmlForTesting
src/friendly-iframe-embed.js:339–341 ·
view source on GitHub ↗
(spec)
Source
from the content-addressed store, hash-verified
337
* @visibleForTesting
338
*/
339
export
function
mergeHtmlForTesting(spec) {
340
return
mergeHtml(spec);
341
}
342
343
/**
344
* A
"friendly iframe"
embed. This is the iframe that's fully accessible to
Callers
1
test-friendly-iframe-embed.js
File · 0.90
Calls
1
mergeHtml
Function · 0.85
Tested by
no test coverage detected