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

Function insert

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

Source from the content-addressed store, hash-verified

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

Callers 2

createElmFunction · 0.70
reactivateComponentFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected