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

Method openNode

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

Source from the content-addressed store, hash-verified

20294 this.top.children.push(s)
20295 }
20296 openNode(s) {
20297 const o = { kind: s, children: [] }
20298 ;(this.add(o), this.stack.push(o))
20299 }
20300 closeNode() {
20301 if (this.stack.length > 1) return this.stack.pop()
20302 }

Callers 5

_walkMethod · 0.45
addKeywordMethod · 0.45
startNewModeFunction · 0.45
_highlightFunction · 0.45

Calls 2

addMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected