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

Function addVnodes

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

Source from the content-addressed store, hash-verified

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

Callers 2

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70

Calls 1

createElmFunction · 0.70

Tested by

no test coverage detected