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

Function cloneVNodes

static/vuejs/vue.esm.js:1624–1631  ·  view source on GitHub ↗
(vnodes)

Source from the content-addressed store, hash-verified

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

Callers 2

renderStaticFunction · 0.70
renderMixinFunction · 0.70

Calls 1

cloneVNodeFunction · 0.70

Tested by

no test coverage detected