MCPcopy Create free account
hub / github.com/breck7/scroll / removeChildrenAndAdd

Function removeChildrenAndAdd

external/.scrollLibs.js:533–535  ·  view source on GitHub ↗
(parent, e)

Source from the content-addressed store, hash-verified

531 }
532
533 function removeChildrenAndAdd(parent, e) {
534 return removeChildren(parent).appendChild(e)
535 }
536
537 function elt(tag, content, className, style) {
538 var e = document.createElement(tag)

Callers 10

zeroWidthElementFunction · 0.85
hasBadBidiRectsFunction · 0.85
hasBadZoomedRectsFunction · 0.85
widgetHeightFunction · 0.85
paddingHFunction · 0.85
textHeightFunction · 0.85
charWidthFunction · 0.85
onDragOverFunction · 0.85
.scrollLibs.jsFile · 0.85

Calls 1

removeChildrenFunction · 0.85

Tested by

no test coverage detected