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

Function cloneVNodes

static/vuejs/vue.runtime.esm.js:1620–1627  ·  view source on GitHub ↗
(vnodes)

Source from the content-addressed store, hash-verified

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

Callers 2

renderStaticFunction · 0.70
renderMixinFunction · 0.70

Calls 1

cloneVNodeFunction · 0.70

Tested by

no test coverage detected