Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ f
Function
f
tests/test_duplicate_models_openapi.py:23–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
@app.get(
"/"
, response_model=Model3)
23
def
f():
24
return
{
"c"
: {},
"d"
: {
"a"
: {}}}
25
26
27
client = TestClient(app)
Callers
2
app
Function · 0.85
method
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected