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

Function appendChild

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

Source from the content-addressed store, hash-verified

4413}
4414
4415function appendChild (node, child) {
4416 node.appendChild(child);
4417}
4418
4419function parentNode (node) {
4420 return node.parentNode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected