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

Function cloneVNodes

static/vuejs/vue.runtime.common.js:1622–1629  ·  view source on GitHub ↗
(vnodes)

Source from the content-addressed store, hash-verified

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

Callers 2

renderStaticFunction · 0.70
renderMixinFunction · 0.70

Calls 1

cloneVNodeFunction · 0.70

Tested by

no test coverage detected