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

Function removeChild

static/vuejs/vue.js:4405–4407  ·  view source on GitHub ↗
(node, child)

Source from the content-addressed store, hash-verified

4403}
4404
4405function removeChild (node, child) {
4406 node.removeChild(child);
4407}
4408
4409function appendChild (node, child) {
4410 node.appendChild(child);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected