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

Function jsonify

astrbot/dashboard/asgi_runtime.py:419–420  ·  view source on GitHub ↗
(payload: Any = None)

Source from the content-addressed store, hash-verified

417
418
419def jsonify(payload: Any = None):
420 return JSONResponse(payload if payload is not None else {})
421
422
423async def make_response(*args):

Callers 1

group_detailFunction · 0.90

Calls

no outgoing calls

Tested by 1

group_detailFunction · 0.72