MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / _removeChildren

Function _removeChildren

docs/_static/searchtools.js:50–52  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

48}
49
50const _removeChildren = (element) => {
51 while (element && element.lastChild) element.removeChild(element.lastChild);
52};
53
54/**
55 * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping

Callers 1

searchtools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected