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

Function insert

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

Source from the content-addressed store, hash-verified

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

Callers 2

createElmFunction · 0.70
reactivateComponentFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected