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

Function addVnodes

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

Source from the content-addressed store, hash-verified

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

Callers 2

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70

Calls 1

createElmFunction · 0.70

Tested by

no test coverage detected