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

Function insertBefore

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected