Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sanic-org/sanic
/ my_unique_handler
Function
my_unique_handler
tests/test_requests.py:2122–2123 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
2120
2121
@app.route(
"/"
)
2122
def
my_unique_handler(request):
2123
return
text(
"Hello"
)
2124
2125
request, response = app.test_client.get(
"/"
)
2126
Callers
nothing calls this directly
Calls
1
text
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…