MCPcopy Index your code
hub / github.com/dataease/SQLBot / check_status

Function check_status

backend/apps/datasource/crud/datasource.py:52–53  ·  view source on GitHub ↗
(session: SessionDep, trans: Trans, ds: CoreDatasource, is_raise: bool = False)

Source from the content-addressed store, hash-verified

50
51
52def check_status(session: SessionDep, trans: Trans, ds: CoreDatasource, is_raise: bool = False):
53 return check_connection(trans, ds, is_raise)
54
55
56def check_name(session: SessionDep, trans: Trans, user: CurrentUser, ds: CoreDatasource):

Callers 3

innerFunction · 0.85
check_status_by_idFunction · 0.85
chooseTablesFunction · 0.85

Calls 1

check_connectionFunction · 0.90

Tested by

no test coverage detected