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

Function insertBefore

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

Source from the content-addressed store, hash-verified

4395}
4396
4397function insertBefore (parentNode, newNode, referenceNode) {
4398 parentNode.insertBefore(newNode, referenceNode);
4399}
4400
4401function removeChild (node, child) {
4402 node.removeChild(child);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected