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

Function insertBefore

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected