MCPcopy
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)
23def f():
24 return {"c": {}, "d": {"a": {}}}
25
26
27client = TestClient(app)

Callers 2

appFunction · 0.85
methodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected