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

Function insert

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

Source from the content-addressed store, hash-verified

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

Callers 2

createElmFunction · 0.70
reactivateComponentFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected