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

Function getFirstComponentChild

static/vuejs/vue.runtime.js:1803–1805  ·  view source on GitHub ↗
(children)

Source from the content-addressed store, hash-verified

1801/* */
1802
1803function getFirstComponentChild (children) {
1804 return children && children.filter(function (c) { return c && c.componentOptions; })[0]
1805}
1806
1807/* */
1808

Callers 2

vue.runtime.jsFile · 0.70
getRealChildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected