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

Function removeChild

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected