Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sanic-org/sanic
/ r2
Function
r2
tests/test_blueprints.py:966–967 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
964
965
@bp2.get(
"/r2"
)
966
async
def
r2(request):
967
return
json({
"from"
:
"bp2/r2"
})
968
969
@bp2.get(
"/r3"
, version=3)
970
async
def
r3(request):
Callers
nothing calls this directly
Calls
1
json
Function · 0.90
Tested by
no test coverage detected