MCPcopy Index your code
hub / github.com/csev/py4e / removeChildrenAndAdd

Function removeChildrenAndAdd

tools/pythonauto/static/codemirror/codemirror.js:5680–5682  ·  view source on GitHub ↗
(parent, e)

Source from the content-addressed store, hash-verified

5678 }
5679
5680 function removeChildrenAndAdd(parent, e) {
5681 return removeChildren(parent).appendChild(e);
5682 }
5683
5684 function setTextContent(e, str) {
5685 if (ie_lt9) {

Callers 9

updateSelectionRangeFunction · 0.70
paddingHFunction · 0.70
measureLineInnerFunction · 0.70
measureLineWidthFunction · 0.70
textHeightFunction · 0.70
charWidthFunction · 0.70
widgetHeightFunction · 0.70
scrollbarWidthFunction · 0.70
zeroWidthElementFunction · 0.70

Calls 2

removeChildrenFunction · 0.70
appendChildMethod · 0.45

Tested by

no test coverage detected