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

Function list_all_data

backend/apps/system/api/variable_api.py:31–32  ·  view source on GitHub ↗
(session: SessionDep, trans: Trans, variable: SystemVariable = None)

Source from the content-addressed store, hash-verified

29@router.post("/listAll",response_model=None, summary=f"{PLACEHOLDER_PREFIX}variable_list")
30@require_permissions(permission=SqlbotPermission(role=['ws_admin']))
31async def list_all_data(session: SessionDep, trans: Trans, variable: SystemVariable = None):
32 return list_all(session, trans, variable)
33
34
35@router.post("/listPage/{pageNum}/{pageSize}",response_model=None, summary=f"{PLACEHOLDER_PREFIX}variable_page")

Callers

nothing calls this directly

Calls 1

list_allFunction · 0.90

Tested by

no test coverage detected