Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ index
Function
index
tests/test_apps/blueprintapp/apps/frontend/__init__.py:8–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
@frontend.route(
"/"
)
8
def
index():
9
return
render_template(
"frontend/index.html"
)
10
11
12
@frontend.route(
"/missing"
)
Callers
nothing calls this directly
Calls
1
render_template
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…