MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / removeChildrenAndAdd

Function removeChildrenAndAdd

static/js/codemirror/codemirror.js:5014–5016  ·  view source on GitHub ↗
(parent, e)

Source from the content-addressed store, hash-verified

5012 }
5013
5014 function removeChildrenAndAdd(parent, e) {
5015 return removeChildren(parent).appendChild(e);
5016 }
5017
5018 function setTextContent(e, str) {
5019 if (ie_lt9) {

Callers 8

updateSelectionRangeFunction · 0.85
paddingLeftFunction · 0.85
measureLineInnerFunction · 0.85
textHeightFunction · 0.85
charWidthFunction · 0.85
widgetHeightFunction · 0.85
scrollbarWidthFunction · 0.85
zeroWidthElementFunction · 0.85

Calls 1

removeChildrenFunction · 0.85

Tested by

no test coverage detected