MCPcopy Create free account
hub / github.com/electronstudio/raylib-python-cffi / _removeChildren

Function _removeChildren

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

Source from the content-addressed store, hash-verified

50}
51
52const _removeChildren = (element) => {
53 while (element && element.lastChild) element.removeChild(element.lastChild);
54};
55
56/**
57 * 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