MCPcopy Index your code
hub / github.com/nodejs/node / removeAllChildren

Function removeAllChildren

deps/v8/tools/profview/profview.js:11–15  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

9}
10
11function removeAllChildren(element) {
12 while (element.firstChild) {
13 element.removeChild(element.firstChild);
14 }
15}
16
17let components;
18function createViews() {

Callers 5

renderMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
resetUIMethod · 0.85
resetUIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…