MCPcopy
hub / github.com/fastapi/fastapi / get_async_callable_dependency

Function get_async_callable_dependency

tests/test_dependency_class.py:90–93  ·  view source on GitHub ↗
(
    value: str = Depends(async_callable_dependency),
)

Source from the content-addressed store, hash-verified

88
89@app.get("/async-callable-dependency")
90async def get_async_callable_dependency(
91 value: str = Depends(async_callable_dependency),
92):
93 return value
94
95
96@app.get("/async-callable-gen-dependency")

Callers

nothing calls this directly

Calls 1

DependsClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…