MCPcopy Index your code
hub / github.com/TruthHun/BookStack / insert

Function insert

static/vuejs/vue.runtime.esm.js:4705–4713  ·  view source on GitHub ↗
(parent, elm, ref)

Source from the content-addressed store, hash-verified

4703 }
4704
4705 function insert (parent, elm, ref) {
4706 if (isDef(parent)) {
4707 if (isDef(ref)) {
4708 nodeOps.insertBefore(parent, elm, ref);
4709 } else {
4710 nodeOps.appendChild(parent, elm);
4711 }
4712 }
4713 }
4714
4715 function createChildren (vnode, children, insertedVnodeQueue) {
4716 if (Array.isArray(children)) {

Callers 2

createElmFunction · 0.70
reactivateComponentFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected