Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
closeAllNodes
Method · 0.95
swagger-ui-bundle.js
File · 0.45
_walk
Method · 0.45
addKeyword
Method · 0.45
doEndMatch
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected