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

Function addVnodes

static/vuejs/vue.esm.js:4767–4771  ·  view source on GitHub ↗
(parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue)

Source from the content-addressed store, hash-verified

4765 }
4766
4767 function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {
4768 for (; startIdx <= endIdx; ++startIdx) {
4769 createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm);
4770 }
4771 }
4772
4773 function invokeDestroyHook (vnode) {
4774 var i, j;

Callers 2

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70

Calls 1

createElmFunction · 0.70

Tested by

no test coverage detected