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

Function read_explicit_query

tests/test_required_noneable.py:13–14  ·  view source on GitHub ↗
(q: str | None = Query())

Source from the content-addressed store, hash-verified

11
12@app.get("/explicit-query")
13def read_explicit_query(q: str | None = Query()):
14 return q
15
16
17@app.post("/body-embed")

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…