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

Method closeNode

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

Source from the content-addressed store, hash-verified

20298 ;(this.add(o), this.stack.push(o))
20299 }
20300 closeNode() {
20301 if (this.stack.length > 1) return this.stack.pop()
20302 }
20303 closeAllNodes() {
20304 for (; this.closeNode(); );
20305 }

Callers 5

closeAllNodesMethod · 0.95
_walkMethod · 0.45
addKeywordMethod · 0.45
doEndMatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected