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

Function getFirstComponentChild

static/vuejs/vue.runtime.common.js:1799–1801  ·  view source on GitHub ↗
(children)

Source from the content-addressed store, hash-verified

1797/* */
1798
1799function getFirstComponentChild (children) {
1800 return children && children.filter(function (c) { return c && c.componentOptions; })[0]
1801}
1802
1803/* */
1804

Callers 2

getRealChildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected