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

Function inner

backend/apps/datasource/api/datasource.py:61–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59@require_permissions(permission=SqlbotPermission(role=['ws_admin']))
60async def check(session: SessionDep, trans: Trans, ds: CoreDatasource):
61 def inner():
62 return check_status(session, trans, ds, True)
63
64 return await asyncio.to_thread(inner)
65

Callers

nothing calls this directly

Calls 15

get_schemaFunction · 0.90
get_engine_connFunction · 0.90
check_statusFunction · 0.85
check_status_by_idFunction · 0.85
chooseTablesFunction · 0.85
update_dsFunction · 0.85
getTablesByDsFunction · 0.85
previewFunction · 0.85
fieldEnumFunction · 0.85
insert_pgFunction · 0.85
parse_excel_previewFunction · 0.85
filter_stringFunction · 0.85

Tested by

no test coverage detected