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

Function insertBefore

static/vuejs/vue.esm.js:4405–4407  ·  view source on GitHub ↗
(parentNode, newNode, referenceNode)

Source from the content-addressed store, hash-verified

4403}
4404
4405function insertBefore (parentNode, newNode, referenceNode) {
4406 parentNode.insertBefore(newNode, referenceNode);
4407}
4408
4409function removeChild (node, child) {
4410 node.removeChild(child);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected