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

Function addVnodes

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

Source from the content-addressed store, hash-verified

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

Callers 2

updateChildrenFunction · 0.70
patchVnodeFunction · 0.70

Calls 1

createElmFunction · 0.70

Tested by

no test coverage detected