MCPcopy Create free account
hub / github.com/dataease/SQLBot / children

Method children

frontend/public/swagger-ui-bundle.js:5236–5243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5234 return o
5235 }
5236 get children() {
5237 if (Array.isArray(this.content)) return new _(this.content)
5238 if (this.content instanceof u) {
5239 const s = new _([this.content.key])
5240 return (this.content.value && s.push(this.content.value), s)
5241 }
5242 return this.content instanceof Element ? new _([this.content]) : new _()
5243 }
5244 get recursiveChildren() {
5245 const s = new _()
5246 return (

Callers

nothing calls this directly

Calls 2

isArrayMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected