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

Function require_chat_scope

astrbot/dashboard/api/chat.py:38–39  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

36
37
38async def require_chat_scope(request: Request) -> AuthContext:
39 return await require_scope(request, "chat")
40
41
42async def _json_or_empty(request: Request) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

require_scopeFunction · 0.85

Tested by

no test coverage detected