MCPcopy Create free account
hub / github.com/TruthHun/BookStack / removeChild

Function removeChild

static/vuejs/vue.esm.js:4409–4411  ·  view source on GitHub ↗
(node, child)

Source from the content-addressed store, hash-verified

4407}
4408
4409function removeChild (node, child) {
4410 node.removeChild(child);
4411}
4412
4413function appendChild (node, child) {
4414 node.appendChild(child);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected