MCPcopy Index your code
hub / github.com/ampproject/amphtml / insert

Function insert

test/unit/test-iframe-helper.js:22–24  ·  view source on GitHub ↗
(iframe)

Source from the content-addressed store, hash-verified

20 let container;
21
22 function insert(iframe) {
23 container.doc.body.appendChild(iframe);
24 }
25
26 beforeEach(() => {
27 return createIframePromise().then((c) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected