Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ index
Function
index
tests/test_blueprints.py:124–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
123
@bp.route(rule)
124
def
index():
125
return
""
, 204
126
127
app.register_blueprint(bp)
128
assert client.get(url).status_code == 204
Callers
nothing calls this directly
Calls
1
url_for
Method · 0.80
Tested by
no test coverage detected