MCPcopy
hub / github.com/sanic-org/sanic / bp3_r1

Function bp3_r1

tests/test_blueprints.py:950–951  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

948
949 @bp3.get("/r1")
950 async def bp3_r1(request):
951 return json({"from": "bp3/r1"})
952
953 @bp1.get("/pre-group")
954 async def pre_group(request):

Callers

nothing calls this directly

Calls 1

jsonFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…