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

Function removeChild

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected