Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ deprecated
Method
deprecated
frontend/public/swagger-ui-bundle.js:45113–45115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45111
set required(s) {
45112
this.set(
'required'
, s)
45113
}
45114
get deprecated() {
45115
return
this.hasKey(
'deprecated'
) ? this.get(
'deprecated'
) :
new
Su.bd(!1)
45116
}
45117
set deprecated(s) {
45118
this.set(
'deprecated'
, s)
Callers
nothing calls this directly
Calls
3
hasKey
Method · 0.80
get
Method · 0.65
set
Method · 0.45
Tested by
no test coverage detected