Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ warn
Function
warn
frontend/public/swagger-ui-bundle.js:20851–20853 ·
view source on GitHub ↗
(s, ...o)
Source
from the content-addressed store, hash-verified
20849
console.error(s)
20850
},
20851
warn = (s, ...o) => {
20852
console.log(`WARN: ${s}`, ...o)
20853
},
20854
deprecated = (s, o) => {
20855
be[`${s}/${o}`] ||
20856
(console.log(`Deprecated as of ${s}. ${o}`), (be[`${s}/${o}`] = !0))
Callers
1
highlightElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected