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

Function get_callable_gen_dependency

tests/test_dependency_class.py:85–86  ·  view source on GitHub ↗
(value: str = Depends(callable_gen_dependency))

Source from the content-addressed store, hash-verified

83
84@app.get("/callable-gen-dependency")
85async def get_callable_gen_dependency(value: str = Depends(callable_gen_dependency)):
86 return value
87
88
89@app.get("/async-callable-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…