MCPcopy Create free account
hub / github.com/microsoft/SandDance / mount

Function mount

docs/app/js/sanddance-app.js:6698–6701  ·  view source on GitHub ↗
(element, container)

Source from the content-addressed store, hash-verified

6696 return !!el.nodeType;
6697}
6698function mount(element, container) {
6699 container.innerHTML = "";
6700 if (element) addChild(container, element);
6701}
6702function findElementByChildPositions(childPositions, container) {
6703 let element = container || document.body;
6704 let childPosition;

Callers 2

initializePanelFunction · 0.50
presentMethod · 0.50

Calls 1

addChildFunction · 0.70

Tested by

no test coverage detected