Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ setContext
Method
setContext
frontend/public/swagger-ui-bundle.js:41360–41362 ·
view source on GitHub ↗
(s, o)
Source
from the content-addressed store, hash-verified
41358
_getContext(s) {
41359
return
this.contextTree.get(s)
41360
}
41361
setContext(s, o) {
41362
return
this.contextTree.set(s, o)
41363
}
41364
_hasRun(s) {
41365
return
this.getPluginRunCount(this.getCurrentPlugin()) > (s || 0)
Callers
1
updatePatches
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected