Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
zeroWidthElement
Function · 0.85
hasBadBidiRects
Function · 0.85
hasBadZoomedRects
Function · 0.85
widgetHeight
Function · 0.85
paddingH
Function · 0.85
updateExternalMeasurement
Function · 0.85
textHeight
Function · 0.85
charWidth
Function · 0.85
onDragOver
Function · 0.85
.scrollLibs.js
File · 0.85
Calls
1
removeChildren
Function · 0.85
Tested by
no test coverage detected