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

Function _request_json

tests/test_fastapi_v1_dashboard.py:604–610  ·  view source on GitHub ↗
(request: Request, *, silent: bool = False)

Source from the content-addressed store, hash-verified

602
603
604async def _request_json(request: Request, *, silent: bool = False):
605 try:
606 return await request.json()
607 except Exception:
608 if silent:
609 return None
610 raise
611
612
613def _register_dashboard_alias_routes(

Calls 1

jsonMethod · 0.45

Tested by

no test coverage detected