Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
openNode
Method · 0.95
Calls
1
push
Method · 0.45
Tested by
no test coverage detected