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

Function cloneVNodes

static/vuejs/vue.runtime.js:1626–1633  ·  view source on GitHub ↗
(vnodes)

Source from the content-addressed store, hash-verified

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

Callers 2

renderStaticFunction · 0.70
renderMixinFunction · 0.70

Calls 1

cloneVNodeFunction · 0.70

Tested by

no test coverage detected