MCPcopy Index your code
hub / github.com/fastapi/fastapi / multiple

Function multiple

tests/test_annotated.py:22–23  ·  view source on GitHub ↗
(foo: Annotated[str, object(), Query(min_length=1)])

Source from the content-addressed store, hash-verified

20
21@app.get("/multiple")
22async def multiple(foo: Annotated[str, object(), Query(min_length=1)]):
23 return {"foo": foo}
24
25
26@app.get("/unrelated")

Callers

nothing calls this directly

Calls 1

QueryClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…