MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / list_dashboard_command_conflicts

Function list_dashboard_command_conflicts

astrbot/dashboard/api/extensions.py:149–153  ·  view source on GitHub ↗
(
    _username: str = Depends(require_dashboard_user),
    service: CommandService = Depends(get_command_service),
)

Source from the content-addressed store, hash-verified

147
148@legacy_router.get("/commands/conflicts")
149async def list_dashboard_command_conflicts(
150 _username: str = Depends(require_dashboard_user),
151 service: CommandService = Depends(get_command_service),
152):
153 return await _list_command_conflicts(service)
154
155
156@legacy_router.post("/commands/toggle")

Callers

nothing calls this directly

Calls 1

_list_command_conflictsFunction · 0.85

Tested by

no test coverage detected