MCPcopy
hub / github.com/fastapi/fastapi / post

Function post

tests/test_additional_properties_bool.py:19–22  ·  view source on GitHub ↗
(
    foo: Foo | None = None,
)

Source from the content-addressed store, hash-verified

17
18@app.post("/")
19async def post(
20 foo: Foo | None = None,
21):
22 return foo
23
24
25client = TestClient(app)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…