Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ datasource.ts
File
datasource.ts
frontend/src/api/datasource.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ request } from
'@/utils/request'
2
3
export
const
datasourceApi = {
4
check: (data: any) => request.post(
'/datasource/check'
, data),
Callers
nothing calls this directly
Calls
3
post
Method · 0.80
cancelRequests
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected