Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ appendClientScript
Function
appendClientScript
build-system/server/app-video-testbench.js:342–346 ·
view source on GitHub ↗
(doc)
Source
from the content-addressed store, hash-verified
340
341
342
function
appendClientScript(doc) {
343
const
script = doc.createElement(
'script'
);
344
script./*OK*/innerHTML = clientScript;
345
doc.body.appendChild(script);
346
}
347
348
349
function
isValidExtension(extension) {
Callers
1
runVideoTestBench
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected