MCPcopy Index your code
hub / github.com/dataease/SQLBot / add

Method add

frontend/public/swagger-ui-bundle.js:20293–20295  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

20291 return this.rootNode
20292 }
20293 add(s) {
20294 this.top.children.push(s)
20295 }
20296 openNode(s) {
20297 const o = { kind: s, children: [] }
20298 ;(this.add(o), this.stack.push(o))

Callers 1

openNodeMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected