MCPcopy 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
342function appendClientScript(doc) {
343 const script = doc.createElement('script');
344 script./*OK*/innerHTML = clientScript;
345 doc.body.appendChild(script);
346}
347
348
349function isValidExtension(extension) {

Callers 1

runVideoTestBenchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected