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

Function get_login_args

backend/apps/system/api/parameter.py:13–14  ·  view source on GitHub ↗
(session: SessionDep)

Source from the content-addressed store, hash-verified

11
12@router.get("/login")
13async def get_login_args(session: SessionDep) -> list[SysArgModel]:
14 return await get_groups(session, "login")
15
16
17@router.get("")

Callers

nothing calls this directly

Calls 1

get_groupsFunction · 0.90

Tested by

no test coverage detected