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

Function insertBefore

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected