Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ read_users
Function
read_users
tests/test_frontend.py:592–593 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
590
591
@app.get(
"/api/users"
)
592
def
read_users():
593
return
{
"source"
:
"api"
}
594
595
app.frontend(
"/"
, directory=dist)
596
Callers
nothing calls this directly
Calls
1
HTTPException
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…