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

Function getFirstComponentChild

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

Source from the content-addressed store, hash-verified

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

Callers 2

vue.esm.jsFile · 0.70
getRealChildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected