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

Function get_groups

backend/apps/system/crud/parameter_manage.py:12–14  ·  view source on GitHub ↗
(session: SessionDep, flag: str)

Source from the content-addressed store, hash-verified

10 return [x for x in group_args if not x.pkey.startswith('appearance.')]
11
12async def get_groups(session: SessionDep, flag: str) -> list[SysArgModel]:
13 group_args = await get_group_args(session=session, flag=flag)
14 return group_args
15
16async def save_parameter_args(session: SessionDep, request: Request):
17 allow_file_mapping = {

Callers 3

createMethod · 0.90
get_login_argsFunction · 0.90
get_chat_argsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected