Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ ignored
Function
ignored
tests/test_basic.py:582–583 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
580
581
@app.get(
"/ignored"
)
582
def
ignored():
583
return
""
584
585
rv = client.get(
"/login"
)
586
assert rv.headers[
"Vary"
] ==
"Cookie"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected