MCPcopy
hub / github.com/fanmingming/live / addVnodes

Function addVnodes

m3u8/vue.js:6092–6096  ·  view source on GitHub ↗
(parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue)

Source from the content-addressed store, hash-verified

6090 }
6091
6092 function addVnodes (parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) {
6093 for (; startIdx <= endIdx; ++startIdx) {
6094 createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx);
6095 }
6096 }
6097
6098 function invokeDestroyHook (vnode) {
6099 var i, j;

Callers 2

updateChildrenFunction · 0.85
patchVnodeFunction · 0.85

Calls 1

createElmFunction · 0.85

Tested by

no test coverage detected