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

Function addVnodes

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

Source from the content-addressed store, hash-verified

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

Callers 2

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70

Calls 1

createElmFunction · 0.70

Tested by

no test coverage detected