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

Function insert

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

Source from the content-addressed store, hash-verified

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

Callers 2

createElmFunction · 0.70
reactivateComponentFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected