MCPcopy
hub / github.com/AstrBotDevs/AstrBot / _list_command_conflicts

Function _list_command_conflicts

astrbot/dashboard/api/extensions.py:46–50  ·  view source on GitHub ↗
(service: CommandService)

Source from the content-addressed store, hash-verified

44
45
46async def _list_command_conflicts(service: CommandService):
47 try:
48 return ok(await service.list_conflicts())
49 except CommandServiceError as exc:
50 _raise_command_error(exc)
51
52
53async def _toggle_command(payload: CommandToggleRequest, service: CommandService):

Callers 2

list_command_conflictsFunction · 0.85

Calls 3

okFunction · 0.90
_raise_command_errorFunction · 0.85
list_conflictsMethod · 0.80

Tested by

no test coverage detected