Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ constructor
Method
constructor
frontend/public/swagger-ui-bundle.js:41126–41128 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
41124
},
41125
}
41126
class
ContextTree {
41127
constructor(s) {
41128
this.root = context_tree_createNode(s || {})
41129
}
41130
set(s, o) {
41131
const
i = this.getParent(s, !0)
Callers
nothing calls this directly
Calls
1
context_tree_createNode
Function · 0.85
Tested by
no test coverage detected