Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ closeAllNodes
Method
closeAllNodes
frontend/public/swagger-ui-bundle.js:20303–20305 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20301
if
(this.stack.length > 1)
return
this.stack.pop()
20302
}
20303
closeAllNodes() {
20304
for
(; this.closeNode(); );
20305
}
20306
toJSON() {
20307
return
JSON.stringify(this.rootNode, null, 4)
20308
}
Callers
1
_highlight
Function · 0.80
Calls
1
closeNode
Method · 0.95
Tested by
no test coverage detected