Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateSelectionRange
Function · 0.85
paddingLeft
Function · 0.85
measureLineInner
Function · 0.85
textHeight
Function · 0.85
charWidth
Function · 0.85
widgetHeight
Function · 0.85
scrollbarWidth
Function · 0.85
zeroWidthElement
Function · 0.85
Calls
1
removeChildren
Function · 0.85
Tested by
no test coverage detected