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

Function getFirstComponentChild

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

Source from the content-addressed store, hash-verified

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

Callers 2

vue.runtime.esm.jsFile · 0.70
getRealChildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected