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

Function cloneVNodes

static/vuejs/vue.js:1630–1637  ·  view source on GitHub ↗
(vnodes)

Source from the content-addressed store, hash-verified

1628}
1629
1630function cloneVNodes (vnodes) {
1631 var len = vnodes.length;
1632 var res = new Array(len);
1633 for (var i = 0; i < len; i++) {
1634 res[i] = cloneVNode(vnodes[i]);
1635 }
1636 return res
1637}
1638
1639/* */
1640

Callers 2

renderStaticFunction · 0.70
renderMixinFunction · 0.70

Calls 1

cloneVNodeFunction · 0.70

Tested by

no test coverage detected