Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ addKeyword
Method
addKeyword
frontend/public/swagger-ui-bundle.js:20335–20337 ·
view source on GitHub ↗
(s, o)
Source
from the content-addressed store, hash-verified
20333
;(super(), (this.options = s))
20334
}
20335
addKeyword(s, o) {
20336
''
!== s && (this.openNode(o), this.addText(s), this.closeNode())
20337
}
20338
addText(s) {
20339
''
!== s && this.add(s)
20340
}
Callers
1
processBuffer
Function · 0.80
Calls
3
addText
Method · 0.95
openNode
Method · 0.45
closeNode
Method · 0.45
Tested by
no test coverage detected